Merged
Conversation
Member
josecelano
commented
Aug 20, 2024
```output
cargo update
Updating crates.io index
Locking 43 packages to latest compatible versions
Adding adler2 v2.0.0
Updating arrayvec v0.7.4 -> v0.7.6
Adding bindgen v0.70.0
Updating bytemuck v1.16.3 -> v1.17.0
Updating camino v1.1.7 -> v1.1.9
Updating cc v1.1.10 -> v1.1.13
Updating clap v4.5.15 -> v4.5.16
Updating cmake v0.1.50 -> v0.1.51
Updating cpufeatures v0.2.12 -> v0.2.13
Updating flate2 v1.0.31 -> v1.0.32
Updating h2 v0.4.5 -> v0.4.6
Updating indexmap v2.3.0 -> v2.4.0
Updating is-terminal v0.4.12 -> v0.4.13
Adding itertools v0.13.0
Updating js-sys v0.3.69 -> v0.3.70
Updating libc v0.2.155 -> v0.2.158
Updating libz-sys v1.1.18 -> v1.1.19
Adding miniz_oxide v0.8.0
Updating reqwest v0.12.5 -> v0.12.7
Updating ringbuf v0.4.1 -> v0.4.4
Updating rkyv v0.7.44 -> v0.7.45
Updating rkyv_derive v0.7.44 -> v0.7.45
Updating rust_decimal v1.35.0 -> v1.36.0
Updating serde v1.0.206 -> v1.0.208
Updating serde_derive v1.0.206 -> v1.0.208
Updating serde_json v1.0.124 -> v1.0.125
Updating syn v2.0.74 -> v2.0.75
Updating system-configuration v0.5.1 -> v0.6.0
Updating system-configuration-sys v0.5.0 -> v0.6.0
Updating tokio v1.39.2 -> v1.39.3
Adding tower v0.5.0
Updating tower-layer v0.3.2 -> v0.3.3
Updating tower-service v0.3.2 -> v0.3.3
Updating wasm-bindgen v0.2.92 -> v0.2.93
Updating wasm-bindgen-backend v0.2.92 -> v0.2.93
Updating wasm-bindgen-futures v0.4.42 -> v0.4.43
Updating wasm-bindgen-macro v0.2.92 -> v0.2.93
Updating wasm-bindgen-macro-support v0.2.92 -> v0.2.93
Updating wasm-bindgen-shared v0.2.92 -> v0.2.93
Updating web-sys v0.3.69 -> v0.3.70
Adding windows-registry v0.2.0
Adding windows-result v0.2.0
Adding windows-strings v0.1.0
Removing winreg v0.52.0
```
ae0c4d2 to
6ee59cd
Compare
The hasher function produces new hashes and that changes the final cookie used in the UDP tracker tests. It adds a function to generate new values and fix the test with the new values.
6ee59cd to
95333f0
Compare
Member
Author
|
ACK 95333f0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1018 +/- ##
===========================================
+ Coverage 77.15% 77.16% +0.01%
===========================================
Files 185 185
Lines 10068 10069 +1
===========================================
+ Hits 7768 7770 +2
+ Misses 2300 2299 -1 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.