diff options
author | Tom Forbes <tom@tomforb.es> | 2024-04-03 11:51:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 11:51:32 +0100 |
commit | 08633c8528018bf37c3a7f144ab1a1cbf38288cc (patch) | |
tree | d684b2e8c41fd2a7dd1ab002fc716b017f3db17c | |
parent | b4cb39b9f69547ddd07bc4b658b976aed6f27c57 (diff) | |
parent | 524304f0c7d73a7a32596c2de36d17dab9ea66b9 (diff) |
Merge pull request #442 from orf/dependabot/cargo/dependencies-389880760f
chore(deps): bump the dependencies group with 2 updates
-rw-r--r-- | Cargo.lock | 12 | ||||
-rw-r--r-- | gping/Cargo.toml | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -151,9 +151,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", @@ -165,9 +165,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -187,9 +187,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 17d100d..9e1eb54 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -15,11 +15,11 @@ tui = { package = "ratatui", version = "0.26.0", features = ["crossterm"], defau crossterm = "0.27.0" anyhow = "1.0.81" dns-lookup = "2.0.0" -chrono = "0.4.35" +chrono = "0.4.37" itertools = "0.12.1" shadow-rs = { version = "0.27.1", default_features = false } const_format = "0.2.32" -clap = { version = "4.5.3", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } [build-dependencies] shadow-rs = { version = "0.27.1", default_features = false } |