aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock19
-rw-r--r--Cargo.toml2
2 files changed, 15 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2ca03a9..b92de10 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -29,7 +29,7 @@ checksum = "939d59666dd9a7964a3a5312b9d24c9c107630752ee64f2dd5038189a23fe331"
dependencies = [
"abnf",
"indexmap 1.9.2",
- "itertools",
+ "itertools 0.10.5",
"pretty",
]
@@ -617,7 +617,7 @@ dependencies = [
"half 2.1.0",
"hex",
"home",
- "itertools",
+ "itertools 0.10.5",
"lazy_static",
"minicbor",
"once_cell",
@@ -1377,6 +1377,15 @@ dependencies = [
]
[[package]]
+name = "itertools"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2391,13 +2400,13 @@ dependencies = [
[[package]]
name = "ructe"
-version = "0.16.1"
+version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "79c86c1631418815c5947a34be5872806586c65398754ec91cc2df35a8e26ba8"
+checksum = "9b0a930679d54e46fa4e66be3d9a333026da04d2b659e42aab4dfd1586452815"
dependencies = [
"base64 0.21.0",
"bytecount",
- "itertools",
+ "itertools 0.11.0",
"md5",
"mime",
"nom",
diff --git a/Cargo.toml b/Cargo.toml
index bf55702..cd4485f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@ features = [ "full" ]
sdnotify = { version = "0.2", default-features = false }
[build-dependencies]
-ructe = { version = "0.16", features = [ "mime03" ] }
+ructe = { version = "0.17", features = [ "mime03" ] }
[dev-dependencies]
pfacts = "0"