Update dependencies.

This commit is contained in:
Orne Brocaar 2024-10-14 14:35:11 +01:00
parent c9bdea87f1
commit 20e9e087ed
3 changed files with 255 additions and 239 deletions

486
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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",
] } ] }

View File

@ -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"