Skip to content

Commit

Permalink
replace chrono feature clock with now (#1448)
Browse files Browse the repository at this point in the history
Signed-off-by: tottoto <tottotodev@gmail.com>
  • Loading branch information
tottoto authored Mar 28, 2024
1 parent 0952c2a commit ff5a9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async-trait = "0.1.64"
backoff = "0.4.0"
base64 = "0.22.0"
bytes = "1.1.0"
chrono = { version = "0.4.23", default-features = false }
chrono = { version = "0.4.32", default-features = false }
darling = "0.20.3"
derivative = "2.1.1"
either = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion kube-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ thiserror.workspace = true
form_urlencoded.workspace = true
http.workspace = true
json-patch = { workspace = true, optional = true }
chrono = { workspace = true, features = ["clock"] }
chrono = { workspace = true, features = ["now"] }
schemars = { workspace = true, optional = true }
k8s-openapi.workspace = true

Expand Down

0 comments on commit ff5a9e4

Please sign in to comment.