aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-29 14:30:30 -0400
committerGitHub <noreply@github.com>2023-07-29 14:30:30 -0400
commit8beb42d4da9b933e8f6d218c2e7807aec5f7283f (patch)
tree805de1e0b27e7c79ba94f383fad31e2fcc49797d /Cargo.lock
parentcd6be1d9f8b3a89c366a5635f0dce6da9fd2fe89 (diff)
downloadxesite-8beb42d4da9b933e8f6d218c2e7807aec5f7283f.tar.xz
xesite-8beb42d4da9b933e8f6d218c2e7807aec5f7283f.zip
build(deps): bump ructe from 0.16.1 to 0.17.0 (#699)
Bumps [ructe](https://github.com/kaj/ructe) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/kaj/ructe/releases) - [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaj/ructe/compare/v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: ructe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 14 insertions, 5 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",