mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-09 12:23:07 +00:00
Bump redis from 0.29.5 to 0.30.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.29.5 to 0.30.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.29.5...redis-0.30.0) --- updated-dependencies: - dependency-name: redis dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
188ef3d8f3
commit
e96fb6c9f1
32
Cargo.lock
generated
32
Cargo.lock
generated
@ -888,7 +888,7 @@ dependencies = [
|
||||
"rand 0.9.1",
|
||||
"rcgen",
|
||||
"rdkafka",
|
||||
"redis",
|
||||
"redis 0.30.0",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"rquickjs",
|
||||
@ -952,7 +952,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"chirpstack_api",
|
||||
"redis",
|
||||
"redis 0.30.0",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
@ -1278,7 +1278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c136f185b3ca9d1f4e4e19c11570e1002f4bfdd592d589053e225716d613851f"
|
||||
dependencies = [
|
||||
"deadpool",
|
||||
"redis",
|
||||
"redis 0.29.5",
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -3883,6 +3883,32 @@ dependencies = [
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"rand 0.9.1",
|
||||
"ryu",
|
||||
"socket2 0.5.9",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "438a4e5f8e9aa246d6f3666d6978441bf1b37d5f417b50c4dd220be09f5fcc17"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
"combine",
|
||||
"crc16",
|
||||
"futures-sink",
|
||||
"futures-util",
|
||||
"itoa",
|
||||
"log",
|
||||
"num-bigint",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"rand 0.9.1",
|
||||
"rustls 0.23.26",
|
||||
"rustls-native-certs 0.8.1",
|
||||
"ryu",
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
[dependencies]
|
||||
chirpstack_api = { path = "../api/rust", version = "4.12.1" }
|
||||
redis = { version = "0.29", features = [
|
||||
redis = { version = "0.30", features = [
|
||||
"cluster-async",
|
||||
"tokio-rustls-comp",
|
||||
] }
|
||||
|
@ -34,7 +34,7 @@
|
||||
tokio-postgres = { version = "0.7", optional = true }
|
||||
tokio-postgres-rustls = { version = "0.13", optional = true }
|
||||
bigdecimal = "0.4"
|
||||
redis = { version = "0.29", features = ["tls-rustls", "tokio-rustls-comp"] }
|
||||
redis = { version = "0.30", features = ["tls-rustls", "tokio-rustls-comp"] }
|
||||
deadpool-redis = { version = "0.20", features = ["cluster", "serde"] }
|
||||
|
||||
# Logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user