summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-28 11:04:08 +0000
committerGitHub <noreply@github.com>2023-02-28 11:04:08 +0000
commit071c6eb3d2415ef191e3fdabe0cec7e882e10334 (patch)
tree1e103b7268c8440e9ef8bd731b407f60a8575ffd
parenteeed25ec6208c7b69ad7252cbe462290c7f0613f (diff)
Bump shadow-rs from 0.20.1 to 0.21.0
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.20.1 to 0.21.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.20.1...v0.21.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--gping/Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d270fd2..130bd16 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -741,9 +741,9 @@ dependencies = [
[[package]]
name = "shadow-rs"
-version = "0.20.1"
+version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0942b9991e2cfab3d5059e508d517c66bc460b302a2a8187a90d0aae4f08531d"
+checksum = "427f07ab5f873000cf55324882e12a88c0a7ea7025df4fc1e7e35e688877a583"
dependencies = [
"const_format",
"git2",
diff --git a/gping/Cargo.toml b/gping/Cargo.toml
index f5813d7..ae91192 100644
--- a/gping/Cargo.toml
+++ b/gping/Cargo.toml
@@ -17,10 +17,10 @@ anyhow = "1.0.69"
dns-lookup = "1.0.8"
chrono = "0.4.23"
itertools = "0.10.5"
-shadow-rs = "0.20.1"
+shadow-rs = "0.21.0"
const_format = "0.2.30"
read_color = "1.0.0"
clap = { version = "4.1.6", features = ["derive"] }
[build-dependencies]
-shadow-rs = "0.20.1"
+shadow-rs = "0.21.0"