Update some Cargo deps but not all

This commit is contained in:
Igor Katson 2024-02-26 10:19:22 +00:00
parent 1cc8c6ba85
commit 39330dc717
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 17 additions and 16 deletions

View file

@ -32,7 +32,7 @@ dht = {path = "../dht", package="librqbit-dht", version="5.0.0"}
librqbit-upnp = {path = "../upnp", version = "0.1.0"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
axum = {version = "0.7"}
axum = {version = "0.7.4"}
tower-http = {version = "0.5", features = ["cors", "trace"]}
tokio-stream = "0.1"
serde = {version = "1", features=["derive"]}