Skip to content

Commit

Permalink
remove unused transitive dependency to time 0.1
Browse files Browse the repository at this point in the history
`built` does not use the `time 0.1` `Duration`, so there is no need to transitivly depend on the old version of that crate.
  • Loading branch information
peddermaster2 authored and lukaslueg committed Jul 6, 2021
1 parent b17c6fd commit cd36145
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 @@ -19,7 +19,7 @@ nightly = []
[dependencies]
cargo-lock = { version = "7.0", default-features = false }
semver = { version = "1.0", optional = true }
chrono = { version = "0.4", optional = true }
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
git2 = { version = "0.13", optional = true, default-features = false, features = [] }

[dev-dependencies]
Expand Down

0 comments on commit cd36145

Please sign in to comment.