summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2023-05-22 12:35:32 +0100
committerTom Forbes <tom@tomforb.es>2023-05-22 12:35:32 +0100
commit5556746949975d20933d2c5534f0f03ba63731ce (patch)
tree826c0b9f1c01f47c3979fb290c6a81bd570f098e
parent68051a9c02553854cc740c0ef7771cdf8a68c822 (diff)
-rw-r--r--Cargo.lock4
-rw-r--r--gping/Cargo.toml4
-rw-r--r--pinger/Cargo.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a63e9d8..d514907 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -297,7 +297,7 @@ dependencies = [
[[package]]
name = "gping"
-version = "1.10.0"
+version = "1.11.0"
dependencies = [
"anyhow",
"chrono",
@@ -574,7 +574,7 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pinger"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"anyhow",
"dns-lookup",
diff --git a/gping/Cargo.toml b/gping/Cargo.toml
index 86cf5ce..6a414d8 100644
--- a/gping/Cargo.toml
+++ b/gping/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gping"
-version = "1.10.0"
+version = "1.11.0"
authors = ["Tom Forbes <tom@tomforb.es>"]
edition = "2018"
repository = "https://github.com/orf/gping"
@@ -10,7 +10,7 @@ build = "build.rs"
readme = "../readme.md"
[dependencies]
-pinger = { version = "^0.10.0", path = "../pinger" }
+pinger = { version = "^0.11.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.20.1", features = ["crossterm"], default_features = false }
crossterm = "0.26.1"
anyhow = "1.0.69"
diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml
index a8551f6..5b1bc35 100644
--- a/pinger/Cargo.toml
+++ b/pinger/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pinger"
-version = "0.10.0"
+version = "0.11.0"
authors = ["Tom Forbes <tom@tomforb.es>"]
edition = "2018"
license = "MIT"