diff options
author | Tom Forbes <tom@tomforb.es> | 2024-02-17 11:44:14 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2024-02-17 11:44:14 +0000 |
commit | a46bd72d1f660ee3f1d9482bb52fdd8b15683c4a (patch) | |
tree | 03d8aca6cd9339c05424694616a2667c7890f070 | |
parent | 046564f54b57469424de35aa2de55a9c53a05830 (diff) |
chore: Releasepinger-v1.1.1gping-v1.16.1
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | gping/Cargo.toml | 4 | ||||
-rw-r--r-- | pinger/Cargo.toml | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "gping" -version = "1.16.0" +version = "1.16.1" dependencies = [ "anyhow", "chrono", @@ -620,7 +620,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pinger" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index ba6aff2..41fd5eb 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.16.0" +version = "1.16.1" 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 = "^1.1.0", path = "../pinger" } +pinger = { version = "^1.1.1", path = "../pinger" } tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false } crossterm = "0.27.0" anyhow = "1.0.79" diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index 3583299..1ab8702 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "1.1.0" +version = "1.1.1" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |