Skip to content

Commit

Permalink
deps: bump redis from 0.22.3 to 0.23.0
Browse files Browse the repository at this point in the history
Pull-Request: #3755.
  • Loading branch information
dependabot[bot] authored Apr 11, 2023
1 parent 3e6d586 commit 7261856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ libp2p-webrtc = { path = "../transports/webrtc", features = ["tokio"] }
libp2p-mplex = { path = "../muxers/mplex" }
log = "0.4"
rand = "0.8.5"
redis = { version = "0.22.1", default-features = false, features = ["tokio-comp"] }
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
tokio = { version = "1.27.0", features = ["full"] }

0 comments on commit 7261856

Please sign in to comment.