diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-16 22:10:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 22:10:26 -0500 |
| commit | dc48c5e5dc4a5b094fe61d0b616650e4959ad8cf (patch) | |
| tree | 5c1b5730d102c41ba2567dd0670ffd0d5719f208 | |
| parent | 0f5c06fa44e25aa8db76265261b0eaa90fc59160 (diff) | |
| download | xesite-dc48c5e5dc4a5b094fe61d0b616650e4959ad8cf.tar.xz xesite-dc48c5e5dc4a5b094fe61d0b616650e4959ad8cf.zip | |
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] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
| -rw-r--r-- | Cargo.lock | 41 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 12 insertions, 31 deletions
@@ -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]] @@ -1758,15 +1760,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -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", @@ -2455,17 +2447,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -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" |
