Skip to content

Commit bbee1d5

Browse files
deps(deps): bump redis from 0.24.0 to 0.32.7
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.24.0 to 0.32.7. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.24.0...redis-0.32.7) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bc3a27 commit bbee1d5

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ once_cell = "1"
4242
uuid = { version = "1", features = ["v4", "serde"] }
4343
axum = "0.6"
4444
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "mysql", "uuid", "chrono", "json"] }
45-
redis = { version = "0.24", features = ["aio", "tokio-comp"] }
45+
redis = { version = "0.32", features = ["aio", "tokio-comp"] }
4646
mongodb = "2.8"
4747
clickhouse = "0.11"
4848
chrono = { version = "0.4", features = ["serde"] }

apps/core-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anyhow = { workspace = true }
1313
serde = { workspace = true }
1414
serde_json = { workspace = true }
1515
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "mysql", "uuid", "chrono", "json"] }
16-
redis = { version = "0.24" }
16+
redis = { version = "0.32" }
1717
mongodb = { version = "2.8" }
1818
clickhouse = { version = "0.11" }
1919
jsonwebtoken = "9.3"

0 commit comments

Comments
 (0)