summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-08-06 19:05:46 +0200
committerGitHub <noreply@github.com>2022-08-06 19:05:46 +0200
commit9220df70d965ff43f7baa75be4c622c6963a7652 (patch)
tree3ba4d04086231fcf047007847b644a55a4caf454 /Cargo.toml
parentd97b9110d029d689eb499dc2cec257365a2ef36e (diff)
build: bump chrono from 0.4.19 to 0.4.20 (#4232)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89c38ae16..92d318548 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ notify = ["notify-rust"]
[dependencies]
ansi_term = "0.12.1"
-chrono = "0.4.19"
+chrono = { version = "0.4.20", features = ["clock", "std"] }
clap = { version = "=3.2.16", features = ["derive", "cargo", "unicode", "unstable-v4"] }
clap_complete = "3.2.3"
dirs-next = "2.0.0"