aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-29 14:30:40 -0400
committerGitHub <noreply@github.com>2023-07-29 14:30:40 -0400
commit3193e0caffdec45902789077ba0b56062b7102c7 (patch)
treea2a808a7121c9a8183d2e77a6cf245fef01180d8
parent220cec0c59223de46e951fa44926ff47fee49920 (diff)
downloadxesite-3193e0caffdec45902789077ba0b56062b7102c7.tar.xz
xesite-3193e0caffdec45902789077ba0b56062b7102c7.zip
build(deps): bump serde_yaml from 0.9.24 to 0.9.25 (#696)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.24 to 0.9.25. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.24...0.9.25) --- 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eeeafa0..bf6d441 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2612,9 +2612,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
-version = "0.9.24"
+version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180"
+checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [
"indexmap 2.0.0",
"itoa 1.0.5",