aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-15 17:22:14 -0500
committerGitHub <noreply@github.com>2021-02-15 17:22:14 -0500
commitec0ebf68e8ff231c70c48bfbd4c64952d8fbe84e (patch)
treeab516a8256c551e47434b6bb045eb8032ad35cd6 /Cargo.toml
parent4080f49bc6d294c1d8eb9b7b9daf6ab4a7af11da (diff)
downloadxesite-ec0ebf68e8ff231c70c48bfbd4c64952d8fbe84e.tar.xz
xesite-ec0ebf68e8ff231c70c48bfbd4c64952d8fbe84e.zip
build(deps): bump serde_dhall from 0.9.0 to 0.10.0 (#316)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.9.0 to 0.10.0. - [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.9.0...serde_dhall-v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 144c0e5..c4ba3c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ prometheus = { version = "0.11", default-features = false, features = ["process"
rand = "0"
reqwest = { version = "0.11", features = ["json"] }
sdnotify = { version = "0.1", default-features = false }
-serde_dhall = "0.9.0"
+serde_dhall = "0.10.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
sitemap = "0.4"