diff options
author | Tom Forbes <tom@tomforb.es> | 2024-11-16 23:05:22 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2024-11-16 23:05:22 +0000 |
commit | 9b3096527cdc3fa0eece358ccaee978a650d6181 (patch) | |
tree | 94657f47a59b1ea36bfc45ccb5e45966b08c08d9 | |
parent | cbec2e0acce7b6ebacba98e58c5e1c87c04d9974 (diff) |
chore: Releasepinger-v1.3.0gping-v1.18.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
@@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "gping" -version = "1.17.3" +version = "1.18.0" dependencies = [ "anyhow", "chrono", @@ -654,7 +654,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pinger" -version = "1.2.3" +version = "1.3.0" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 825b1f8..4d3284b 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.17.3" +version = "1.18.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.2.3", path = "../pinger" } +pinger = { version = "^1.3.0", path = "../pinger" } tui = { package = "ratatui", version = "0.29.0", features = ["crossterm"], default-features = false } crossterm = "0.28.1" anyhow = "1.0.81" diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index 040e646..b1ce911 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "1.2.3" +version = "1.3.0" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |