Skip to content

Commit

Permalink
chore(deps): update rust crate redis to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent 91a4025 commit 37940e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ axum = { version = "0.6", features = ["macros", "multipart"] }
chrono = "0.4"
hex = "0.4"
once_cell = "1"
redis = { version = "0.23.0", features = ["tokio-comp", "connection-manager"] }
redis = { version = "0.23.1", features = ["tokio-comp", "connection-manager"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
Expand Down

0 comments on commit 37940e5

Please sign in to comment.