Merged
Conversation
`axum` is set to `0.6.10` becuase setting it to `0.6` makes cargo to downgrade it to `0.6.7`.
Member
Author
|
I've reviewed all dependencies and upgraded them to the latest ones: [dependencies]
tokio = "1.26.0"
serde = "1.0.154"
serde_bencode = "0.2.3"
serde_json = "1.0.94"
serde_with = "2.3.0"
hex = "0.4.3"
percent-encoding = "2.2.0"
binascii = "0.1.4"
lazy_static = "1.4.0"
openssl = "0.10.45"
config = "0.13.3"
toml = "0.7.2"
log = "0.4.17"
fern = "0.6.1"
chrono = "0.4.23"
r2d2 = "0.8.10"
r2d2_mysql = "23.0.0"
r2d2_sqlite = "0.21.0"
rand = "0.8.5"
derive_more = "0.99.17"
thiserror = "1.0.39"
futures = "0.3.26"
async-trait = "0.1.66"
aquatic_udp_protocol = "0.2.0"
uuid = "1.3.0"
axum = "0.6.10"
axum-server = "0.4.6"
axum-client-ip = "0.4.0"
bip_bencode = "0.4.4"
multimap = "0.8.3"
hyper = "0.14.24"
[dev-dependencies]
mockall = "0.11.3"
reqwest = "0.11.14"
serde_urlencoded = "0.7.1"
serde_repr = "0.1.11"
serde_bytes = "0.11.9" |
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this pull request
Mar 20, 2023
Entrypoint for the crate documentation, the `lib.rs` file.
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.
No description provided.