From 9d4b2b56aec09a11aee430b6accb825e94bf93b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 01:04:43 +0000 Subject: [PATCH] chore(deps): Bump snafu from 0.7.3 to 0.7.4 Bumps [snafu](https://github.com/shepmaster/snafu) from 0.7.3 to 0.7.4. - [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.3...0.7.4) --- updated-dependencies: - dependency-name: snafu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- influxrpc_parser/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d2073910b..97068a41f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5082,9 +5082,9 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "snafu" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152ba99b054b22972ee794cf04e5ef572da1229e33b65f3c57abbff0525a454" +checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045" dependencies = [ "doc-comment", "snafu-derive", @@ -5092,9 +5092,9 @@ dependencies = [ [[package]] name = "snafu-derive" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5e79cdebbabaebb06a9bdbaedc7f159b410461f63611d4d0e3fb0fab8fed850" +checksum = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2" dependencies = [ "heck", "proc-macro2", diff --git a/influxrpc_parser/Cargo.toml b/influxrpc_parser/Cargo.toml index 8ba7ce8d48..ff32f81539 100644 --- a/influxrpc_parser/Cargo.toml +++ b/influxrpc_parser/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true [dependencies] sqlparser = "0.28.0" -snafu = "0.7.3" +snafu = "0.7.4" generated_types = { path = "../generated_types" } workspace-hack = { path = "../workspace-hack"} \ No newline at end of file