Skip to content

Commit

Permalink
chore(deps): update rust crate redis to 0.23.2 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent f22537c commit 09d6fec
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.1", features = ["tokio-comp", "connection-manager"] }
redis = { version = "0.23.2", 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 09d6fec

Please sign in to comment.