summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2023-09-01 12:29:15 -0600
committerGitHub <noreply@github.com>2023-09-01 12:29:15 -0600
commit9ffd57f4eff28498557c1238d27c4aa83c5f7646 (patch)
tree1e39a2fb8cdeb069f4c9a7f1222a02731f38d011
parentefdba804ac39894d72f4760b79f9e31df5fe816e (diff)
parentd7e5dcf9d21933d8fe2a6849b2531ea586966fc7 (diff)
Merge pull request #1373 from sharkdp/dependabot/cargo/chrono-0.4.28
Bump chrono from 0.4.26 to 0.4.28
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2f5efde..b537c30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -100,14 +100,14 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
-version = "0.4.26"
+version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
+checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
- "winapi",
+ "windows-targets 0.48.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index dd70af5..7db25a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ version = "4.1.1"
features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped", "derive"]
[dependencies.chrono]
-version = "0.4.26"
+version = "0.4.28"
default-features = false
features = ["std", "clock"]