diff options
author | Tom Forbes <tom@tomforb.es> | 2023-07-08 14:10:33 +0100 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2023-07-08 14:10:33 +0100 |
commit | 9c2557dcecae84a51eb42daad331536951134cce (patch) | |
tree | b0136aa42859e7c9ee85f2bbbdd746cd4ba563b3 | |
parent | e14ba9ee21795f74fc763c13a518a180e96c6ab5 (diff) |
chore: Releasepinger-v0.12.0gping-v1.13.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.12.0" +version = "1.13.0" dependencies = [ "anyhow", "chrono", @@ -560,7 +560,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pinger" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index ac2caa9..f242431 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.12.0" +version = "1.13.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.11.0", path = "../pinger" } +pinger = { version = "^0.12.0", path = "../pinger" } tui = { package = "ratatui", version = "0.21.0", features = ["crossterm"], default_features = false } crossterm = "0.26.1" anyhow = "1.0.69" diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index c707837..d3dfc06 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "0.11.0" +version = "0.12.0" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |