diff options
author | Tom Forbes <tom@tomforb.es> | 2024-07-22 00:16:26 +0100 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2024-07-22 00:16:26 +0100 |
commit | 5cb06de42eabe24a898378306732d38e20c0433b (patch) | |
tree | 2a51477d009e46580488e73a95bd6135bfa6fa83 | |
parent | 66af1b72c3f1a8a5f58bc52e21bd9503f98d2a6c (diff) |
chore: Releasepinger-v1.2.0gping-v1.17.0
-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
@@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "gping" -version = "1.16.1" +version = "1.17.0" dependencies = [ "anyhow", "chrono", @@ -547,7 +547,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pinger" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 5a8f5c2..c938e42 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.16.1" +version = "1.17.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 = "^1.1.1", path = "../pinger" } +pinger = { version = "^1.2.0", path = "../pinger" } tui = { package = "ratatui", version = "0.27.0", features = ["crossterm"], default-features = false } crossterm = "0.27.0" anyhow = "1.0.81" diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index 06d537d..115c1f1 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "1.1.1" +version = "1.2.0" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |