Skip to content

Commit 7a2bea7

Browse files
authored
Switch chrono clock feature to now (#1499)
1 parent a1a1a75 commit 7a2bea7

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

Cargo.lock

Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ text-indexes-unstable = []
8181
[dependencies]
8282
base64 = "0.13.0"
8383
bitflags = "2"
84-
chrono = { version = "0.4.7", default-features = false, features = [
85-
"clock",
84+
chrono = { version = "0.4.32", default-features = false, features = [
85+
"now",
8686
"std",
8787
] }
8888
derive_more = "0.99.17"

0 commit comments

Comments
 (0)