Skip to content

Commit

Permalink
feat!: do not enable chrono default features since that results in a …
Browse files Browse the repository at this point in the history
…dependency on a vulerable crate (#45)
  • Loading branch information
eranrund authored Oct 7, 2022
1 parent 353586b commit 4bc1940
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 @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false }
kube = { version = "0.75", default-features = false, features = ["client"] }
k8s-openapi = { version = "0.16.0", default-features = false }
serde = "1"
Expand Down

0 comments on commit 4bc1940

Please sign in to comment.