From b249cc9e6aa4e86844b904eeb982090f1ed1a3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:23:47 +0000 Subject: [PATCH] chore(deps): bump shadow-rs from 0.23.0 to 0.24.1 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.23.0 to 0.24.1. - [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.23.0...v0.24.1) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- gping/Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c94e36e6..f84477cda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,11 +316,11 @@ dependencies = [ [[package]] name = "git2" -version = "0.17.2" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" +checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.3.3", "libc", "libgit2-sys", "log", @@ -458,9 +458,9 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libgit2-sys" -version = "0.15.2+1.6.4" +version = "0.16.1+1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" +checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" dependencies = [ "cc", "libc", @@ -721,9 +721,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.23.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "970538704756fd0bb4ec8cb89f80674afb661e7c0fe716f9ba5be57717742300" +checksum = "f9198caff1c94f1a5df6664bddbc379896b51b98a55b0b3fedcb23078fe00c77" dependencies = [ "const_format", "git2", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index a0c955f6f..e4478b9b5 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -17,9 +17,9 @@ anyhow = "1.0.75" dns-lookup = "2.0.0" chrono = "0.4.31" itertools = "0.11.0" -shadow-rs = "0.23.0" +shadow-rs = "0.24.1" const_format = "0.2.31" clap = { version = "4.3.24", features = ["derive"] } [build-dependencies] -shadow-rs = "0.23.0" +shadow-rs = "0.24.1"