From dc48c5e5dc4a5b094fe61d0b616650e4959ad8cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 22:10:26 -0500 Subject: [PATCH] build(deps): bump serde_dhall from 0.8.0 to 0.9.0 (#267) Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.8.0 to 0.9.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.8.0...serde_dhall-v0.9.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 41 +++++++++++------------------------------ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b37b9e8..7abb831 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,9 +53,12 @@ dependencies = [ [[package]] name = "annotate-snippets" -version = "0.7.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aba2d96b8c8b5e656ad7ffb0d09f57772f10a1db74c8d23fca0ec695b38a4047" +checksum = "5c96c3d1062ea7101741480185a6a1275eab01cbe8b20e378d1311bc056d2e08" +dependencies = [ + "unicode-width", +] [[package]] name = "ansi_term" @@ -356,9 +359,9 @@ dependencies = [ [[package]] name = "dhall" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e2aa2abb16c2ef064fbc45f5163be5c5ff990e8584e54fb1c8f6e318107289" +checksum = "a7930c7ac2b3989a07a2a3400bf9f4bc1c65074f330e3ff22b372a4d386fabd0" dependencies = [ "abnf_to_pest", "annotate-snippets", @@ -376,7 +379,6 @@ dependencies = [ "serde_cbor", "sha2", "url", - "walkdir", ] [[package]] @@ -1757,15 +1759,6 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - [[package]] name = "schannel" version = "0.1.19" @@ -1828,11 +1821,10 @@ dependencies = [ [[package]] name = "serde_cbor" -version = "0.9.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45cd6d95391b16cd57e88b68be41d504183b7faae22030c0cc3b3f73dd57b2fd" +checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" dependencies = [ - "byteorder", "half", "serde", ] @@ -1850,9 +1842,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "313ac1225c35cd2760b4124d39fa4df19b4a5e29edd55a3eb3fc0b01940f8707" +checksum = "f80d945a711c648e559c4d39832379f36a303d393fca4719080de51701266f38" dependencies = [ "dhall", "dhall_proc_macros", @@ -2454,17 +2446,6 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" -[[package]] -name = "walkdir" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" -dependencies = [ - "same-file", - "winapi 0.3.9", - "winapi-util", -] - [[package]] name = "want" version = "0.3.0" diff --git a/Cargo.toml b/Cargo.toml index 1754ec0..95e1372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ prometheus = { version = "0.10", default-features = false, features = ["process" rand = "0" reqwest = { version = "0.10", features = ["json"] } sdnotify = { version = "0.1", default-features = false } -serde_dhall = "0.8.0" +serde_dhall = "0.9.0" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sitemap = "0.4"