summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti/Cargo.toml')
-rw-r--r--crates/arti/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 7bbe4e48f..54840c6ca 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -127,7 +127,7 @@ futures = "0.3.14"
hickory-proto = { version = "0.24.0", optional = true }
humantime = "2"
humantime-serde = "1.1.1"
-itertools = "0.13.0"
+itertools = "0.14.0"
libc = "0.2"
notify = { version = "7", default-features = false, features = ["macos_kqueue"] }
paste = "1"
@@ -170,7 +170,7 @@ arti-client = { package = "arti-client", path = "../arti-client", version = "0.2
"testing",
] }
derive_more = { version = "1.0.0", features = ["full"] }
-itertools = "0.13.0"
+itertools = "0.14.0"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"