diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index ab21fe2be..bc4252d6c 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -76,7 +76,7 @@ ed25519-dalek = { version = "2.0.0-pre.0", default-features = false } grpcio = "0.13" hex = { version = "0.4", default-features = false } hex_fmt = "0.3.0" -itertools = "0.10.5" +itertools = "0.13.0" libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] } num_cpus = "1.16" prost = "0.11"