summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2023-05-31 07:03:58 +0200
committerGitHub <noreply@github.com>2023-05-31 07:03:58 +0200
commit832387ef9822d1491e49fdb29235ab95ced3becc (patch)
tree79004cbc8f706ad39ea31fbaef89da407ceb3a18
parent4d2cfd9db99697c1c16a6bcb5ce26826f8927c9c (diff)
parenta4baca01c990dfb31eb82eb53a7d340eb54f1aee (diff)
Merge pull request #4922 from uutils/renovate/chrono-0.x
chore(deps): update rust crate chrono to ^0.4.26
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 37ac46076..1a6ad23ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -266,9 +266,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.25"
+version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03"
+checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
dependencies = [
"android-tzdata",
"iana-time-zone",
diff --git a/Cargo.toml b/Cargo.toml
index d033ac75c..08fb3b44d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -268,7 +268,7 @@ binary-heap-plus = "0.5.0"
bstr = "1.5"
bytecount = "0.6.3"
byteorder = "1.4.3"
-chrono = { version="^0.4.25", default-features=false, features=["std", "alloc", "clock"]}
+chrono = { version="^0.4.26", default-features=false, features=["std", "alloc", "clock"]}
clap = { version = "4.3", features = ["wrap_help", "cargo"] }
clap_complete = "4.3"
clap_mangen = "0.2"