Skip to content

Commit

Permalink
chore: remove optional time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Jun 22, 2023
1 parent 5544688 commit e1051fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ harness = false

[dependencies]
arc-swap = "1.2"
chrono = { version = "0.4", optional = true }
chrono = { version = "0.4", optional = true, features = ["clock"], default-features = false }
flate2 = { version = "1.0", optional = true }
fnv = "1.0"
humantime = { version = "2.0", optional = true }
Expand Down

0 comments on commit e1051fd

Please sign in to comment.