Skip to content

Commit 593f93f

Browse files
committed
Disable the "oldtime" feature of chrono
This removes time 0.1 from the dependencies of crates using async-session.
1 parent 7de1753 commit 593f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hmac = "0.8.1"
2626
serde_json = "1.0.56"
2727
kv-log-macro = "1.0.7"
2828
bincode = "1.3.1"
29-
chrono = { version = "0.4.13", features = ["serde"] }
29+
chrono = { version = "0.4.13", default-features = false, features = ["clock", "serde", "std"] }
3030
anyhow = "1.0.31"
3131
blake3 = "0.3.5"
3232

0 commit comments

Comments
 (0)