diff options
Diffstat (limited to 'crates/tor-netdoc')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 541de8b0e..a65b4b758 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -96,7 +96,7 @@ educe = "0.4.6" hex = "0.4" hex-literal = { version = "0.4", optional = true } humantime = "2" -itertools = "0.13.0" +itertools = "0.14.0" once_cell = "1" phf = { version = "0.11.1", features = ["macros"] } rand = { version = "0.8", optional = true } @@ -128,7 +128,7 @@ zeroize = "1" [dev-dependencies] anyhow = "1.0.23" hex-literal = "0.4" -itertools = "0.13.0" +itertools = "0.14.0" serde_json = "1.0.50" tor-basic-utils = { version = "0.25.0", path = "../tor-basic-utils" } |
