From be6fda66ea229b7cafbaf3ff2db72e3fc99589e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:01:36 +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.36.1 to 0.37.0 - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.36.1...v0.37.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 6cff39dd..63ab0efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,9 +844,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.36.1" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd2f59f8b166e94269530e0f47323c8b2a5b2d82ef90363cc7ce1e517e063f78" +checksum = "974eb8222c62a8588bc0f02794dd1ba5b60b3ec88b58e050729d0907ed6af610" dependencies = [ "const_format", "is_debug", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index e68849c7..5a3c9962 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -17,9 +17,9 @@ anyhow = "1.0.94" dns-lookup = "2.0.0" chrono = "0.4.39" itertools = "0.13.0" -shadow-rs = { version = "0.36.0", default-features = false } +shadow-rs = { version = "0.37.0", default-features = false } const_format = "0.2.34" clap = { version = "4.5.23", features = ["derive"] } [build-dependencies] -shadow-rs = { version = "0.36.0", default-features = false } +shadow-rs = { version = "0.37.0", default-features = false }