summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2023-02-08 20:50:52 +0000
committerGitHub <noreply@github.com>2023-02-08 20:50:52 +0000
commit1f75666668b83d43acfc0d084549d1474a675b38 (patch)
treec899258302bb3ab2903907abc6ebc154d292fcd3
parent3006ea2e06a9224569858ae6682ae223caf5b6bf (diff)
parente75b02f3c0e2f8b266c6e1eb05a4ccc86dc2bc70 (diff)
Merge pull request #263 from orf/dependabot/cargo/anyhow-1.0.69
Bump anyhow from 1.0.68 to 1.0.69
-rw-r--r--Cargo.lock4
-rw-r--r--gping/Cargo.toml2
-rw-r--r--pinger/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 93a91a2..21fd126 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -22,9 +22,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.68"
+version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
+checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "autocfg"
diff --git a/gping/Cargo.toml b/gping/Cargo.toml
index 7f6c353..cd3f633 100644
--- a/gping/Cargo.toml
+++ b/gping/Cargo.toml
@@ -13,7 +13,7 @@ readme = "../readme.md"
pinger = { version = "^0.8.0", path = "../pinger" }
tui = { version = "0.19.0", features = ["crossterm"], default_features = false }
crossterm = "0.26.0"
-anyhow = "1.0.66"
+anyhow = "1.0.69"
dns-lookup = "1.0.8"
chrono = "0.4.23"
itertools = "0.10.5"
diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml
index affba45..47cd7eb 100644
--- a/pinger/Cargo.toml
+++ b/pinger/Cargo.toml
@@ -8,7 +8,7 @@ description = "A small cross-platform library to execute the ping command and pa
repository = "https://github.com/orf/pinger/"
[dependencies]
-anyhow = "1.0.66"
+anyhow = "1.0.69"
regex = "1.7.1"
lazy_static = "1.4.0"
thiserror = "1.0.37"