summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-03 10:51:06 +0000
committerGitHub <noreply@github.com>2024-04-03 10:51:06 +0000
commit524304f0c7d73a7a32596c2de36d17dab9ea66b9 (patch)
treed684b2e8c41fd2a7dd1ab002fc716b017f3db17c
parentb4cb39b9f69547ddd07bc4b658b976aed6f27c57 (diff)
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [chrono](https://github.com/chronotope/chrono) and [clap](https://github.com/clap-rs/clap). Updates `chrono` from 0.4.35 to 0.4.37 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.35...v0.4.37) Updates `clap` from 4.5.3 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock12
-rw-r--r--gping/Cargo.toml4
2 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0e33b79..80a3fc7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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 }