Skip to content

Commit

Permalink
deps: bump redis from 0.23.2 to 0.23.3
Browse files Browse the repository at this point in the history
Pull-Request: #4436.
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent dc3de43 commit 42a6612
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 @@ -23,7 +23,7 @@ libp2p = { path = "../libp2p", features = ["ping", "noise", "tls", "rsa", "macro
libp2p-webrtc = { workspace = true, features = ["tokio"] }
libp2p-mplex = { path = "../muxers/mplex" }
mime_guess = "2.0"
redis = { version = "0.23.2", default-features = false, features = ["tokio-comp"] }
redis = { version = "0.23.3", default-features = false, features = ["tokio-comp"] }
rust-embed = "6.8"
serde_json = "1"
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
Expand Down

0 comments on commit 42a6612

Please sign in to comment.