Skip to content

Commit

Permalink
Merge pull request #328 from nextcloud/dependabot/cargo/redis-0.23.3
Browse files Browse the repository at this point in the history
Bump redis from 0.23.1 to 0.23.3
  • Loading branch information
icewind1991 authored Sep 19, 2023
2 parents 64c56d5 + 6944339 commit 4d525c3
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
rust-version = "1.64.0"

[dependencies]
redis = { version = "0.23.1", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] }
redis = { version = "0.23.3", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.44"
Expand Down

0 comments on commit 4d525c3

Please sign in to comment.