From 9c80bca791fd1f039c28b7abf9e537f37a56852f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 08:11:20 -0400 Subject: [PATCH] build(deps): bump serde_dhall from 0.7.0 to 0.7.1 (#233) Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.7.0 to 0.7.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.7.0...serde_dhall-v0.7.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83f69c3..190e553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1817,9 +1817,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dd3cef5a654c77805e41af3f8f72742e6d7931e69c96fc33f5c9e4a7b89e954" +checksum = "d7d5771614a25e9e23280f513d7f3b6c37251636dea58f80587d9f4d1858d791" dependencies = [ "dhall", "dhall_proc_macros", diff --git a/Cargo.toml b/Cargo.toml index 901fe65..338a914 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.0" +serde_dhall = "0.7.1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sitemap = "0.4"