Skip to content

Commit f9b3464

Browse files
authored
Merge pull request #321 from spinframework/dependabot/cargo/redis-0.31.0
chore(deps): bump redis from 0.29.2 to 0.31.0
2 parents 243f060 + 5a42fcc commit f9b3464

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ license.workspace = true
99
[dev-dependencies]
1010
anyhow = "1"
1111
curl = { version = "0.4", features = ["static-curl"] }
12-
redis = { version = "0.29", features = ["tokio-comp"] }
12+
redis = { version = "0.31", features = ["tokio-comp"] }
1313
rumqttc = "0.24.0"
1414
tokio = { version = "1", features = ["rt", "macros", "process"] }

0 commit comments

Comments
 (0)