magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
648 stars 72 forks source link

Update deps #172

Closed felinira closed 1 year ago

felinira commented 1 year ago

This mainly updates xsalsa20poly1305 which fixes a version incompatibility with zeroize in my project.

codecov[bot] commented 1 year ago

Codecov Report

Base: 52.57% // Head: 42.44% // Decreases project coverage by -10.12% :warning:

Coverage data is based on head (19348c8) compared to base (a784263). Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #172 +/- ## =========================================== - Coverage 52.57% 42.44% -10.13% =========================================== Files 16 15 -1 Lines 2798 2290 -508 =========================================== - Hits 1471 972 -499 + Misses 1327 1318 -9 ``` | [Impacted Files](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole) | Coverage Δ | | |---|---|---| | [src/transit.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL3RyYW5zaXQucnM=) | `77.42% <50.00%> (-0.79%)` | :arrow_down: | | [src/core/key.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2NvcmUva2V5LnJz) | `98.48% <100.00%> (+0.33%)` | :arrow_up: | | [src/core/server\_messages.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2NvcmUvc2VydmVyX21lc3NhZ2VzLnJz) | `58.82% <0.00%> (-29.15%)` | :arrow_down: | | [src/transfer/messages.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL3RyYW5zZmVyL21lc3NhZ2VzLnJz) | `57.14% <0.00%> (-21.81%)` | :arrow_down: | | [src/core/wordlist.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2NvcmUvd29yZGxpc3QucnM=) | `93.33% <0.00%> (-3.16%)` | :arrow_down: | | [src/core.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2NvcmUucnM=) | `77.39% <0.00%> (-1.69%)` | :arrow_down: | | [cli/src/main.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-Y2xpL3NyYy9tYWluLnJz) | `0.00% <0.00%> (ø)` | | | [cli/src/util.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-Y2xpL3NyYy91dGlsLnJz) | `0.00% <0.00%> (ø)` | | | [src/forwarding.rs](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole#diff-c3JjL2ZvcndhcmRpbmcucnM=) | `0.00% <0.00%> (ø)` | | | ... and [5 more](https://codecov.io/gh/magic-wormhole/magic-wormhole.rs/pull/172/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=magic-wormhole)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

piegamesde commented 1 year ago

Please rebase on latest master. Sorry for the inconvenience.