Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent 9c92b81 commit 9e09320
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 @@ -85,7 +85,7 @@ redis = { version = "0.25.3", default-features = false, features = ["script"] }
rand_chacha = "0.3.1"
sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "postgres", "chrono", "uuid"] }
wiremock = "0.6.0"
itertools = "0.12.1"
itertools = "0.13.0"
sha3 = "0.10.8"
validator = { version = "0.17.0", features = ["derive"] }
k256 = "0.13.3"
Expand Down

0 comments on commit 9e09320

Please sign in to comment.