Skip to content

Commit

Permalink
chore: update kube-rs, revert to pinned parse_datetime_fork
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Nov 20, 2024
1 parent 98e14f4 commit 386744a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 22 deletions.
40 changes: 23 additions & 17 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ json-patch-ext = "0.1.0"
k8s-openapi = { version = "0.23.0", features = ["v1_27"] }
lazy_static = "1.5.0"
object_store = { version = "0.11.1", features = ["aws", "gcp", "azure", "http"] }
parse_datetime = { git="https://github.com/uutils/parse_datetime", rev = "5e3fc53" }
parse_datetime_fork = "0.6.0-custom"
paste = "1.0.15"
ratatui = "0.28.1"
regex = "1.11.1"
Expand Down Expand Up @@ -71,7 +71,6 @@ rstest = "0.18.2"
tracing-test = "0.2.5"

[workspace.dependencies.kube]
rev = "8b5230f"
git = "https://github.com/kube-rs/kube"
version = "0.97.0"
features = ["client", "derive", "runtime", "rustls-tls", "admission", "unstable-runtime"]
default-features = false
2 changes: 1 addition & 1 deletion sk-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clockabilly = { workspace = true }
kube = { workspace = true }
k8s-openapi = { workspace = true }
object_store = { workspace = true }
parse_datetime = { workspace = true }
parse_datetime_fork = { workspace = true }
paste = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion sk-core/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use clockabilly::{
DateTime,
Local,
};
use parse_datetime::{
use parse_datetime_fork::{
parse_datetime,
parse_datetime_at_date,
};
Expand Down

0 comments on commit 386744a

Please sign in to comment.