Skip to content

Commit

Permalink
Remove vulnerable time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Jun 4, 2023
1 parent 84ca11b commit 8fe4dc0
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 @@ -23,7 +23,7 @@ blake3 = { version = "1.3", optional = true }
byteorder = "1.4"
bytesize = "1.1"
byte-unit = "4.0"
chrono = { version = "0.4", features = ["serde", "clock"] }
chrono = { version = "0.4", default-features = false, features = ["serde", "clock", "std"] }
clap = { version = "4.0", features = ["derive", "cargo", "wrap_help"] }
console = "0.15"
crossbeam-utils = "0.8"
Expand Down

0 comments on commit 8fe4dc0

Please sign in to comment.