aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-07 19:12:29 +0000
committerGitHub <noreply@github.com>2023-03-07 19:12:29 +0000
commite79d58484067d4367f7378bf5ca1f6e99af31301 (patch)
treed47d3f3bd060bb2492d0434bfdf63946abef22f0
parent33d8cf286ec9feee0fffd54ef68f204b91fb5b43 (diff)
downloadxesite-e79d58484067d4367f7378bf5ca1f6e99af31301.tar.xz
xesite-e79d58484067d4367f7378bf5ca1f6e99af31301.zip
build(deps): bump serde_yaml from 0.9.17 to 0.9.19
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.17 to 0.9.19. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.17...0.9.19) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d8a363..a3dd79c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2564,9 +2564,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
-version = "0.9.17"
+version = "0.9.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567"
+checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10"
dependencies = [
"indexmap",
"itoa 1.0.5",
@@ -3195,9 +3195,9 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unsafe-libyaml"
-version = "0.2.5"
+version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2"
+checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c"
[[package]]
name = "url"