diff options
author | Tom Forbes <tom@tomforb.es> | 2023-11-29 19:10:41 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2023-11-29 19:10:41 +0000 |
commit | 7547db0d2d8c22cf15066d51fcd41dc57cb5b046 (patch) | |
tree | 57ed856bdff99ec2d068e0bd0846d9fb66dc6214 | |
parent | 02ce2060b434473042276ef95dc9575344872922 (diff) |
chore: Releasepinger-v1.1.0gping-v1.16.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
@@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "gping" -version = "1.15.1" +version = "1.16.0" dependencies = [ "anyhow", "chrono", @@ -614,7 +614,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pinger" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 6ddcc99..6a1da5c 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.15.1" +version = "1.16.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.0.0", path = "../pinger" } +pinger = { version = "^1.1.0", path = "../pinger" } tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false } crossterm = "0.27.0" anyhow = "1.0.75" diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index b6f2e16..7d63984 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "1.0.0" +version = "1.1.0" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |