Skip to content

Commit 2ddcea1

Browse files
fix(deps): update rust crate itertools to 0.14.0
1 parent 711959e commit 2ddcea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ redis = { version = "0.25.3", default-features = false, features = ["script"] }
8585
rand_chacha = "0.3.1"
8686
sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "postgres", "chrono", "uuid"] }
8787
wiremock = "0.6.0"
88-
itertools = "0.12.1"
88+
itertools = "0.14.0"
8989
sha3 = "0.10.8"
9090
validator = { version = "0.17.0", features = ["derive"] }
9191
k256 = "0.13.3"

0 commit comments

Comments
 (0)