diff options
author | Tom Forbes <tom@tomforb.es> | 2023-07-08 17:37:48 +0100 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2023-07-08 17:37:48 +0100 |
commit | f6ce3af87014f1dd8b4a652650957fa6bbaa0fa4 (patch) | |
tree | 5736cf22a0c15df5e85111b6c6e31bee2ad2e166 | |
parent | 3ea014b0c23cce210fabf6dd9354bcff4fbeb979 (diff) |
chore: Releasepinger-v0.12.1gping-v1.13.1
-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.13.0" +version = "1.13.1" dependencies = [ "anyhow", "chrono", @@ -560,7 +560,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pinger" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "dns-lookup", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index f242431..88c87a9 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gping" -version = "1.13.0" +version = "1.13.1" 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.0", path = "../pinger" } +pinger = { version = "^0.12.1", 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 d3dfc06..3e2ff46 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinger" -version = "0.12.0" +version = "0.12.1" authors = ["Tom Forbes <tom@tomforb.es>"] edition = "2018" license = "MIT" |