diff --git a/Cargo.lock b/Cargo.lock index 55e53db..8caf626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2240,9 +2240,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" +checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" dependencies = [ "chrono", "dyn-clone", @@ -2253,9 +2253,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" +checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3624609..eee2527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ actix-web = "4.4.0" futures = "0.3.31" tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } k8s-openapi = { version = "0.24.0", features = ["latest"] } -schemars = { version = "0.8.12", features = ["chrono"] } +schemars = { version = "0.8.22", features = ["chrono"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" serde_yaml = "0.9.25"