aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-27 18:25:33 -0400
committerGitHub <noreply@github.com>2022-06-27 18:25:33 -0400
commit7828552ccae1e5611a253561cf3baceaeb07be62 (patch)
treee869106b2eeefe9db0d8880a0d630d41bdc1c5a7 /Cargo.toml
parent000ed823019f2bd5ea10efbfeaa39c630adb08b0 (diff)
downloadxesite-7828552ccae1e5611a253561cf3baceaeb07be62.tar.xz
xesite-7828552ccae1e5611a253561cf3baceaeb07be62.zip
build(deps): bump serde_dhall from 0.11.1 to 0.11.2 (#500)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.1 to 0.11.2. - [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/compare/serde_dhall-v0.11.1...serde_dhall-v0.11.2) --- 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8505855..80a737c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ prometheus = { version = "0.13", default-features = false, features = ["process"
rand = "0"
regex = "1"
reqwest = { version = "0.11", features = ["json"] }
-serde_dhall = "0.11.1"
+serde_dhall = "0.11.2"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
sitemap = "0.4"