aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-02 09:40:18 -0500
committerGitHub <noreply@github.com>2023-02-02 09:40:18 -0500
commit30728090d99a5b5020388bcb49aae0fa88169946 (patch)
treeb2af1db934060a0cbbabc92d53bb212e21a975db
parentc117eae7c5af977d0299d34169e4a403f77e2afa (diff)
downloadxesite-30728090d99a5b5020388bcb49aae0fa88169946.tar.xz
xesite-30728090d99a5b5020388bcb49aae0fa88169946.zip
build(deps): bump serde_dhall from 0.12.0 to 0.12.1 (#604)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/Nadrieril/dhall-rust/releases) - [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nadrieril/dhall-rust/commits/serde_dhall-v0.12.1) --- updated-dependencies: - dependency-name: serde_dhall 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
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 737f9cb..9e1df8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2519,9 +2519,9 @@ dependencies = [
[[package]]
name = "serde_dhall"
-version = "0.12.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e1875f011ba1a37810617c9325b590a2539f44adae194578eafa681a276ec98"
+checksum = "655a5c686ad80aef90d2e6bfea3715778623c9a659017c8346bc97eb58f9b27d"
dependencies = [
"dhall",
"dhall_proc_macros",
diff --git a/Cargo.toml b/Cargo.toml
index 409ce22..afedd14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ regex = "1"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
-serde_dhall = "0.12.0"
+serde_dhall = "0.12.1"
serde_yaml = "0.9"
sha2 = "0.10"
sitemap = "0.4"