aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-29 00:37:00 +0200
committerGitHub <noreply@github.com>2023-06-29 00:37:00 +0200
commitffedaeb0745ab75ce5ac5a59f6c7f93a24cb0c00 (patch)
tree456d9c8c27cf88270f806ea6860e87f3b0ef5db9
parent90f9de09b68298f5900bcf474bff6eebe341c52a (diff)
downloadxesite-ffedaeb0745ab75ce5ac5a59f6c7f93a24cb0c00.tar.xz
xesite-ffedaeb0745ab75ce5ac5a59f6c7f93a24cb0c00.zip
build(deps): bump serde_yaml from 0.9.21 to 0.9.22 (#681)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock36
1 files changed, 29 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3455366..d5b463b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "939d59666dd9a7964a3a5312b9d24c9c107630752ee64f2dd5038189a23fe331"
dependencies = [
"abnf",
- "indexmap",
+ "indexmap 1.9.2",
"itertools",
"pretty",
]
@@ -773,6 +773,12 @@ dependencies = [
]
[[package]]
+name = "equivalent"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
+
+[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1042,7 +1048,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http",
- "indexmap",
+ "indexmap 1.9.2",
"slab",
"tokio",
"tokio-util",
@@ -1080,6 +1086,12 @@ dependencies = [
]
[[package]]
+name = "hashbrown"
+version = "0.14.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
+
+[[package]]
name = "hdrhistogram"
version = "7.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1305,6 +1317,16 @@ dependencies = [
]
[[package]]
+name = "indexmap"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
+dependencies = [
+ "equivalent",
+ "hashbrown 0.14.0",
+]
+
+[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2073,7 +2095,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
dependencies = [
"base64 0.13.1",
- "indexmap",
+ "indexmap 1.9.2",
"line-wrap",
"serde",
"time 0.3.17",
@@ -2575,11 +2597,11 @@ dependencies = [
[[package]]
name = "serde_yaml"
-version = "0.9.21"
+version = "0.9.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
+checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
dependencies = [
- "indexmap",
+ "indexmap 2.0.0",
"itoa 1.0.5",
"ryu",
"serde",
@@ -2991,7 +3013,7 @@ dependencies = [
"futures-core",
"futures-util",
"hdrhistogram",
- "indexmap",
+ "indexmap 1.9.2",
"pin-project",
"pin-project-lite",
"rand 0.8.5",