aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-12 08:32:23 -0400
committerGitHub <noreply@github.com>2021-04-12 08:32:23 -0400
commitaa73162e4ba2a131cb3e9ee888c3d3ff357c68eb (patch)
tree196247c2c7d5728c3586a825ada2fd73790c4b80 /Cargo.toml
parenta22a2176cea91157f6ebb0d0a7e8275acbb2835e (diff)
downloadxesite-aa73162e4ba2a131cb3e9ee888c3d3ff357c68eb.tar.xz
xesite-aa73162e4ba2a131cb3e9ee888c3d3ff357c68eb.zip
build(deps): bump serde_dhall from 0.10.0 to 0.10.1 (#354)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.10.0 to 0.10.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/compare/serde_dhall-v0.10.0...serde_dhall-v0.10.1) 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 1d6939e..82f4e99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ mime = "0.3.0"
prometheus = { version = "0.12", default-features = false, features = ["process"] }
rand = "0"
reqwest = { version = "0.11", features = ["json"] }
-serde_dhall = "0.10.0"
+serde_dhall = "0.10.1"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
sitemap = "0.4"