From 2c8a615767060d3e5a8cff9b0e68bc4b17afc0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:53:09 +0000 Subject: [PATCH] Bump snafu from 0.7.1 to 0.7.3 Bumps [snafu](https://github.com/shepmaster/snafu) from 0.7.1 to 0.7.3. - [Release notes](https://github.com/shepmaster/snafu/releases) - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/snafu/compare/0.7.1...0.7.3) --- updated-dependencies: - dependency-name: snafu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25d45f7..7b4d904 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,9 +1309,9 @@ dependencies = [ [[package]] name = "snafu" -version = "0.7.1" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5177903bf45656592d9eb5c0e22f408fc023aae51dbe2088889b71633ba451f2" +checksum = "a152ba99b054b22972ee794cf04e5ef572da1229e33b65f3c57abbff0525a454" dependencies = [ "doc-comment", "snafu-derive", @@ -1319,9 +1319,9 @@ dependencies = [ [[package]] name = "snafu-derive" -version = "0.7.1" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "410b26ed97440d90ced3e2488c868d56a86e2064f5d7d6f417909b286afe25e5" +checksum = "d5e79cdebbabaebb06a9bdbaedc7f159b410461f63611d4d0e3fb0fab8fed850" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 611ed2d..fe59c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.24" log = "0.4.17" loggerv = "0.7.2" serde_json = "1.0.85" -snafu = "0.7.1" +snafu = "0.7.3" [dependencies.clap] features = ["cargo", "derive", "env", "wrap_help"]