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>
This commit is contained in:
dependabot-preview[bot] 2021-04-12 08:32:23 -04:00 committed by GitHub
parent a22a2176ce
commit aa73162e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

13
Cargo.lock generated
View File

@ -347,9 +347,9 @@ dependencies = [
[[package]] [[package]]
name = "dhall" name = "dhall"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dc4d9d9848124c8c10f24e3696f86d5249d7d2dca8ca0556cff10f001d51e8" checksum = "5a7d7b648a24d2edd4ba9f31fe42c831080522d1cf35bca3522887ba0d802745"
dependencies = [ dependencies = [
"abnf_to_pest", "abnf_to_pest",
"annotate-snippets", "annotate-snippets",
@ -372,11 +372,10 @@ dependencies = [
[[package]] [[package]]
name = "dhall_proc_macros" name = "dhall_proc_macros"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf6cff1e2ddd03851652e0cde982b01dc877c9fc9da9ba25ad4241a151945f09" checksum = "f64ba6f41d9b223e2e1d7c97a1145a1aa03e57d65e1c9c2baa29f194caf322c9"
dependencies = [ dependencies = [
"itertools 0.9.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn", "syn",
@ -1790,9 +1789,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_dhall" name = "serde_dhall"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01dfb806cc18b2cc347254781948862dba85e6fc2cf300b6cb321fa8fed9137" checksum = "1393976875f3080d8cd1ff54083129e2e6a30d7a62582b67c3eb5924789e8e75"
dependencies = [ dependencies = [
"dhall", "dhall",
"dhall_proc_macros", "dhall_proc_macros",

View File

@ -23,7 +23,7 @@ mime = "0.3.0"
prometheus = { version = "0.12", default-features = false, features = ["process"] } prometheus = { version = "0.12", default-features = false, features = ["process"] }
rand = "0" rand = "0"
reqwest = { version = "0.11", features = ["json"] } reqwest = { version = "0.11", features = ["json"] }
serde_dhall = "0.10.0" serde_dhall = "0.10.1"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8" serde_yaml = "0.8"
sitemap = "0.4" sitemap = "0.4"