diff options
author | Tom Forbes <tom@tomforb.es> | 2023-07-31 11:50:06 +0100 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2023-07-31 11:50:06 +0100 |
commit | 3564e0d94f72e06b3800051f1e49596ee64d75a6 (patch) | |
tree | 569f467e83e6abd6b4d34a0f46e4956559ce8a7d | |
parent | 086bfa459165d5f9deea29d369daaac16fc977e7 (diff) |
chore: Releasepinger-v0.13.0gping-v1.14.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
@@ -314,7 +314,7 @@ dependencies = [ [[package]] name = "gping" -version = "1.13.1" +version = "1.14.0" dependencies = [ "anyhow", "chrono", @@ -577,7 +577,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pinger" -version = "0.12.1" +version = "0.13.0" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 76fcaf6..edf3124 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.13.1" +version = "1.14.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.12.1", path = "../pinger" } +pinger = { version = "^0.13.0", path = "../pinger" } tui = { package = "ratatui", version = "0.22.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 080b6dd..7f336c9 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "0.12.1" +version = "0.13.0" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |