From e5aa0053307c936a77b15f1340c8305fde9a9a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:51:34 +0000 Subject: [PATCH] chore(deps): bump shadow-rs in the dependencies group Bumps the dependencies group with 1 update: [shadow-rs](https://github.com/baoyachi/shadow-rs). Updates `shadow-rs` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- gping/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a0ffc30..92ae189c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,9 +717,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a600f795d0894cda22235b44eea4b85c2a35b405f65523645ac8e35b306817a" +checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" dependencies = [ "const_format", "is_debug", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 45656d6d..c78968f8 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -17,9 +17,9 @@ anyhow = "1.0.81" dns-lookup = "2.0.0" chrono = "0.4.37" itertools = "0.13.0" -shadow-rs = { version = "0.29.0", default-features = false } +shadow-rs = { version = "0.30.0", default-features = false } const_format = "0.2.32" clap = { version = "4.5.4", features = ["derive"] } [build-dependencies] -shadow-rs = { version = "0.29.0", default-features = false } +shadow-rs = { version = "0.30.0", default-features = false }