Skip to content

Commit

Permalink
Merge pull request #475 from M4SS-Code/reduce-chrono
Browse files Browse the repository at this point in the history
Drop indirect dependency on time 0.1
  • Loading branch information
openshift-merge-robot authored Nov 2, 2022
2 parents 96e76c6 + 52b1b08 commit 787a9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
22 changes: 1 addition & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ deps-serde = ["chrono/serde", "url/serde"]

[dependencies]
anyhow = "1.0"
chrono = "0.4.22"
clap = { version = "3.2.23", features = ["derive"] }
env_logger = "0.9.1"
ipnet = { version = "2", features = ["serde"] }
Expand All @@ -43,4 +42,4 @@ fs2 = "0.4.3"
netlink-sys = "0.8.3"

[build-dependencies]
chrono = "0.4.22"
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }

0 comments on commit 787a9ce

Please sign in to comment.