Deduplicate cargo a bit
This commit is contained in:
parent
b612c379e5
commit
3ef9dc6655
4 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1503,7 +1503,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"axum 0.7.5",
|
||||
"backoff",
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.1",
|
||||
"bincode",
|
||||
"bitvec",
|
||||
"byteorder",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ tokio = { version = "1", features = [
|
|||
"fs",
|
||||
"io-util",
|
||||
] }
|
||||
axum = { version = "0.7.4", optional = true }
|
||||
axum = { version = "0.7", optional = true }
|
||||
tower-http = { version = "0.5", features = ["cors", "trace"], optional = true }
|
||||
tokio-stream = "0.1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
@ -81,7 +81,7 @@ url = "2"
|
|||
hex = "0.4"
|
||||
backoff = "0.4.0"
|
||||
dashmap = "5.5.3"
|
||||
base64 = "0.21.5"
|
||||
base64 = "0.22"
|
||||
serde_with = "3.4.0"
|
||||
tokio-util = { version = "0.7.10", features = ["io"] }
|
||||
bytes = "1.5.0"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ sha1-ring = ["librqbit-sha1-wrapper/sha1-ring"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
axum = { version = "0.7.5", features = ["tokio"] }
|
||||
axum = { version = "0.7", features = ["tokio"] }
|
||||
tokio = { version = "1.39.3", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
bstr = "1.10.0"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ librqbit = { path = "../../crates/librqbit", features = [
|
|||
] }
|
||||
tokio = { version = "1.34.0", features = ["rt-multi-thread"] }
|
||||
anyhow = "1.0.75"
|
||||
base64 = "0.21.5"
|
||||
base64 = "0.22"
|
||||
http = "1.0.0"
|
||||
directories = "5.0.1"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue