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 }