Update Rust crate redis to v0.27.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-10-06 00:25:51 +00:00 committed by Pierre HUBERT
parent a66d8eca8a
commit 9e652e9f84
2 changed files with 5 additions and 5 deletions

View File

@ -2933,9 +2933,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.27.2" version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e86f5670bd8b028edfb240f0616cad620705b31ec389d55e4f3da2c38dcd48" checksum = "92f61607c4c4442b575fbc3f31a5dd4e5dd69cfea8f6afec5b83e24f61c126ab"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"combine", "combine",

View File

@ -21,14 +21,14 @@ diesel = { version = "2.2.4", features = ["postgres"] }
diesel_migrations = "2.1.0" diesel_migrations = "2.1.0"
serde = { version = "1.0.210", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128" serde_json = "1.0.128"
mailchecker = "6.0.11" mailchecker = "6.0.8"
redis = "0.27.2" redis = "0.27.0"
lettre = "0.11.8" lettre = "0.11.8"
rand = "0.8.5" rand = "0.8.5"
bcrypt = "0.15.1" bcrypt = "0.15.1"
light-openid = "1.0.2" light-openid = "1.0.2"
thiserror = "1.0.60" thiserror = "1.0.60"
serde_with = "3.10.0" serde_with = "3.8.1"
rust_iso3166 = "0.1.12" rust_iso3166 = "0.1.12"
rust-s3 = "0.35.1" rust-s3 = "0.35.1"
sha2 = "0.10.8" sha2 = "0.10.8"