diff --git a/Cargo.lock b/Cargo.lock index ed04e8d..01db2dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,6 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" dependencies = [ - "chrono", "dyn-clone", "ref-cast", "schemars_derive", diff --git a/Cargo.toml b/Cargo.toml index 45c1619..704a0d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.3.31" tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] } #k8s-openapi = { version = "0.25.0", features = ["latest"] } k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "e9a9eaf", features=["latest"] } -schemars = { version = "1", features = ["chrono04"] } +schemars = "1" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" serde_yaml = "0.9.25"