aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-29 10:28:11 +0000
committerGitHub <noreply@github.com>2020-10-29 10:28:11 +0000
commitd32a038572e3fe75f512b18c6aef3ddbb176b67f (patch)
tree2cf82146893d2f9b545a2ff142c1be0d7cb7779f
parent27c8145da35fc28c3dbd172c15dbb496701f975e (diff)
downloadxesite-d32a038572e3fe75f512b18c6aef3ddbb176b67f.tar.xz
xesite-d32a038572e3fe75f512b18c6aef3ddbb176b67f.zip
build(deps): bump serde_dhall from 0.7.1 to 0.8.0
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.7.1 to 0.8.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.7.1...serde_dhall-v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f144340..8378fd2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -346,9 +346,9 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.7.0"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f119a540c4996759eca0082f1d3131d3b53da6d47e71503120a25c0c89e20f88"
+checksum = "a8e2aa2abb16c2ef064fbc45f5163be5c5ff990e8584e54fb1c8f6e318107289"
dependencies = [
"abnf_to_pest",
"annotate-snippets",
@@ -1867,9 +1867,9 @@ dependencies = [
[[package]]
name = "serde_dhall"
-version = "0.7.1"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d7d5771614a25e9e23280f513d7f3b6c37251636dea58f80587d9f4d1858d791"
+checksum = "313ac1225c35cd2760b4124d39fa4df19b4a5e29edd55a3eb3fc0b01940f8707"
dependencies = [
"dhall",
"dhall_proc_macros",
@@ -2648,7 +2648,7 @@ dependencies = [
"pfacts",
"pretty_env_logger",
"prometheus",
- "rand 0.6.5",
+ "rand 0.7.3",
"reqwest",
"ructe",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 917e518..d7fcf7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ log = "0.4"
mime = "0.3.0"
prometheus = { version = "0.10", default-features = false, features = ["process"] }
rand = "0"
-serde_dhall = "0.7.1"
+serde_dhall = "0.8.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
sitemap = "0.4"