aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-28 11:33:30 -0500
committerGitHub <noreply@github.com>2022-12-28 11:33:30 -0500
commitaf0ab95753133aaec00e23d3092a2f0614e900f9 (patch)
treef5f6296c0127d0a3fef6e69e8582928969ab9e0a
parent81ffb702229cb1a9c8b93d3137c1c79bf0caf4e7 (diff)
downloadxesite-af0ab95753133aaec00e23d3092a2f0614e900f9.tar.xz
xesite-af0ab95753133aaec00e23d3092a2f0614e900f9.zip
build(deps): bump serde_yaml from 0.9.14 to 0.9.16 (#584)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.14 to 0.9.16. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.14...0.9.16) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2fddb3b..bf1db38 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2497,9 +2497,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
-version = "0.9.14"
+version = "0.9.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6d232d893b10de3eb7258ff01974d6ee20663d8e833263c99409d4b13a0209da"
+checksum = "92b5b431e8907b50339b51223b97d102db8d987ced36f6e4d03621db9316c834"
dependencies = [
"indexmap",
"itoa 1.0.2",