From 8c5b842be4527cb118364eed874d3c21fd3ffa2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:15:44 +0000 Subject: [PATCH] Bump snafu from 0.7.5 to 0.8.3 Bumps [snafu](https://github.com/shepmaster/snafu) from 0.7.5 to 0.8.3. - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/snafu/compare/0.7.5...0.8.3) --- updated-dependencies: - dependency-name: snafu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 ++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d74f07..12a242b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ dependencies = [ "reqwest", "serde", "serde-wasm-bindgen", - "snafu", + "snafu 0.8.3", "thiserror", "tokio", "tower", @@ -1100,7 +1100,7 @@ dependencies = [ "itertools", "parking_lot 0.12.1", "percent-encoding", - "snafu", + "snafu 0.7.5", "tokio", "tracing", "url", @@ -1460,7 +1460,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" dependencies = [ "doc-comment", - "snafu-derive", + "snafu-derive 0.7.5", +] + +[[package]] +name = "snafu" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "418b8136fec49956eba89be7da2847ec1909df92a9ae4178b5ff0ff092c8d95e" +dependencies = [ + "snafu-derive 0.8.3", ] [[package]] @@ -1475,6 +1484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "snafu-derive" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a4812a669da00d17d8266a0439eddcacbc88b17f732f927e52eeb9d196f7fb5" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn 2.0.58", +] + [[package]] name = "socket2" version = "0.5.6" diff --git a/Cargo.toml b/Cargo.toml index 4fcf61a..3f529c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ wasm-streams = "0.4.0" js-sys = "0.3.68" web-sys = "0.3.68" chrono = { version = "0.4.34", features = ["wasmbind"] } -snafu = "0.7.5" +snafu = "0.8.3" backon = "0.4.1" async-trait = "0.1.74" url = "2.5.0"