build(deps): bump serde_dhall from 0.7.1 to 0.7.4

Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.7.1 to 0.7.4.
- [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.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-26 10:28:27 +00:00 committed by GitHub
parent 116bc13b6b
commit 7a174c3827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -346,9 +346,9 @@ dependencies = [
[[package]] [[package]]
name = "dhall" name = "dhall"
version = "0.7.0" version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f119a540c4996759eca0082f1d3131d3b53da6d47e71503120a25c0c89e20f88" checksum = "f24fdc2f13bc97884cae237025f5429ad22691ab56bc887227163a78ae81a244"
dependencies = [ dependencies = [
"abnf_to_pest", "abnf_to_pest",
"annotate-snippets", "annotate-snippets",
@ -1867,9 +1867,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_dhall" name = "serde_dhall"
version = "0.7.1" version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d5771614a25e9e23280f513d7f3b6c37251636dea58f80587d9f4d1858d791" checksum = "e32f2d4e829352040750b0b6e6019dc06b7e1f59c4c18a99a42eea4fce54fa4e"
dependencies = [ dependencies = [
"dhall", "dhall",
"dhall_proc_macros", "dhall_proc_macros",
@ -2648,7 +2648,7 @@ dependencies = [
"pfacts", "pfacts",
"pretty_env_logger", "pretty_env_logger",
"prometheus", "prometheus",
"rand 0.6.5", "rand 0.7.3",
"reqwest", "reqwest",
"ructe", "ructe",
"serde", "serde",

View File

@ -21,7 +21,7 @@ log = "0.4"
mime = "0.3.0" mime = "0.3.0"
prometheus = { version = "0.10", default-features = false, features = ["process"] } prometheus = { version = "0.10", default-features = false, features = ["process"] }
rand = "0" rand = "0"
serde_dhall = "0.7.1" serde_dhall = "0.7.4"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8" serde_yaml = "0.8"
sitemap = "0.4" sitemap = "0.4"