From bf50cbffdc5a31970a45a8b4e77706d1f8b90940 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 22:29:29 -0400 Subject: [PATCH] build(deps): bump serde_dhall from 0.6.0 to 0.7.0 (#207) Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.6.0 to 0.7.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.6.0...serde_dhall-v0.7.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e33050..0900e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,9 +315,9 @@ dependencies = [ [[package]] name = "dhall" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e29424c9ca9af75146949dac68301ff27ecc292a241f0af8ef4a5cc750f63512" +checksum = "f119a540c4996759eca0082f1d3131d3b53da6d47e71503120a25c0c89e20f88" dependencies = [ "abnf_to_pest", "annotate-snippets", @@ -1726,9 +1726,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0deb73a9d07e983a229b52e9c6fa8cef6f80688462a66d31f3d9aa5d0aadf4b" +checksum = "2dd3cef5a654c77805e41af3f8f72742e6d7931e69c96fc33f5c9e4a7b89e954" dependencies = [ "dhall", "dhall_proc_macros", diff --git a/Cargo.toml b/Cargo.toml index a3a36c0..a9c178b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mime = "0.3.0" pretty_env_logger = "0" prometheus = { version = "0.10", default-features = false, features = ["process"] } rand = "0" -serde_dhall = "0.6.0" +serde_dhall = "0.7.0" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sitemap = "0.4"