From ba49eb8f12c7db1469a2923e0b789d1f15bb2440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 09:09:57 -0400 Subject: [PATCH] build(deps): bump serde_dhall from 0.11.0 to 0.11.1 (#478) Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.0 to 0.11.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.11.0...serde_dhall-v0.11.1) --- updated-dependencies: - dependency-name: serde_dhall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 5966bfa..63a1a6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,9 +544,9 @@ dependencies = [ [[package]] name = "dhall" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49483fe619f146762fa89c7c840fa1fbf8b534cab0b59622106e8f434bbd4bca" +checksum = "9093ee48621ca9db16cd4948c7acf24a8ecc9af41cc9e226e39ea719df06d8b5" dependencies = [ "abnf_to_pest", "annotate-snippets", @@ -2202,9 +2202,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5212ade489a28b0763867bb60a15169e41d855f3c04c0b26aa3bea50f9770e12" +checksum = "0f7791cbb53e9db687bc88935eee148bacb2c6b2fc56418a2f20d54e7a74ea47" dependencies = [ "dhall", "dhall_proc_macros", diff --git a/Cargo.toml b/Cargo.toml index f08f312..e69ee5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ mime = "0.3.0" prometheus = { version = "0.13", default-features = false, features = ["process"] } rand = "0" reqwest = { version = "0.11", features = ["json"] } -serde_dhall = "0.11.0" +serde_dhall = "0.11.1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sitemap = "0.4"