mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-27 06:20:28 +00:00
Update dependencies.
This commit is contained in:
parent
c9bdea87f1
commit
20e9e087ed
486
Cargo.lock
generated
486
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chirpstack_api = { path = "../api/rust", version = "4.10.0-test.1" }
|
chirpstack_api = { path = "../api/rust", version = "4.10.0-test.1" }
|
||||||
redis = { version = "0.26", features = [
|
redis = { version = "0.27", features = [
|
||||||
"cluster-async",
|
"cluster-async",
|
||||||
"tokio-rustls-comp",
|
"tokio-rustls-comp",
|
||||||
] }
|
] }
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
tokio-postgres = { version = "0.7", optional = true }
|
tokio-postgres = { version = "0.7", optional = true }
|
||||||
tokio-postgres-rustls = { version = "0.12", optional = true }
|
tokio-postgres-rustls = { version = "0.12", optional = true }
|
||||||
bigdecimal = "0.4"
|
bigdecimal = "0.4"
|
||||||
redis = { version = "0.26", features = ["tls-rustls", "tokio-rustls-comp"] }
|
redis = { version = "0.27", features = ["tls-rustls", "tokio-rustls-comp"] }
|
||||||
deadpool-redis = { version = "0.16", features = ["cluster", "serde"] }
|
deadpool-redis = { version = "0.18", features = ["cluster", "serde"] }
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
@ -99,7 +99,7 @@
|
|||||||
http-body = "1.0"
|
http-body = "1.0"
|
||||||
rust-embed = "8.5"
|
rust-embed = "8.5"
|
||||||
mime_guess = "2.0"
|
mime_guess = "2.0"
|
||||||
tower-http = { version = "0.5", features = ["trace", "auth"] }
|
tower-http = { version = "0.6", features = ["trace", "auth"] }
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user