From aa73162e4ba2a131cb3e9ee888c3d3ff357c68eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:32:23 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 13 ++++++------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f5e317..08b20d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "dhall" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dc4d9d9848124c8c10f24e3696f86d5249d7d2dca8ca0556cff10f001d51e8" +checksum = "5a7d7b648a24d2edd4ba9f31fe42c831080522d1cf35bca3522887ba0d802745" dependencies = [ "abnf_to_pest", "annotate-snippets", @@ -372,11 +372,10 @@ dependencies = [ [[package]] name = "dhall_proc_macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6cff1e2ddd03851652e0cde982b01dc877c9fc9da9ba25ad4241a151945f09" +checksum = "f64ba6f41d9b223e2e1d7c97a1145a1aa03e57d65e1c9c2baa29f194caf322c9" dependencies = [ - "itertools 0.9.0", "proc-macro2", "quote", "syn", @@ -1790,9 +1789,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01dfb806cc18b2cc347254781948862dba85e6fc2cf300b6cb321fa8fed9137" +checksum = "1393976875f3080d8cd1ff54083129e2e6a30d7a62582b67c3eb5924789e8e75" dependencies = [ "dhall", "dhall_proc_macros", diff --git a/Cargo.toml b/Cargo.toml index 1d6939e..82f4e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ mime = "0.3.0" prometheus = { version = "0.12", default-features = false, features = ["process"] } rand = "0" reqwest = { version = "0.11", features = ["json"] } -serde_dhall = "0.10.0" +serde_dhall = "0.10.1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sitemap = "0.4"