aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-16 22:10:26 -0500
committerGitHub <noreply@github.com>2021-01-16 22:10:26 -0500
commitdc48c5e5dc4a5b094fe61d0b616650e4959ad8cf (patch)
tree5c1b5730d102c41ba2567dd0670ffd0d5719f208 /Cargo.toml
parent0f5c06fa44e25aa8db76265261b0eaa90fc59160 (diff)
downloadxesite-dc48c5e5dc4a5b094fe61d0b616650e4959ad8cf.tar.xz
xesite-dc48c5e5dc4a5b094fe61d0b616650e4959ad8cf.zip
build(deps): bump serde_dhall from 0.8.0 to 0.9.0 (#267)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.8.0 to 0.9.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.8.0...serde_dhall-v0.9.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 1754ec0..95e1372 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ prometheus = { version = "0.10", default-features = false, features = ["process"
rand = "0"
reqwest = { version = "0.10", features = ["json"] }
sdnotify = { version = "0.1", default-features = false }
-serde_dhall = "0.8.0"
+serde_dhall = "0.9.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
sitemap = "0.4"