diff --git a/Cargo.lock b/Cargo.lock index 0c301cbc6..7c1148de9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", @@ -672,9 +672,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 773db9d8e..680702c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ bpfman-api = { version = "0.4.0", path = "./bpfman-api" } bpfman-csi = { version = "1.8.0", path = "./csi" } caps = { version = "0.5.4", default-features = false } cargo_metadata = { version = "0.18.0", default-features = false } -chrono = { version = "0.4.35", default-features = false } +chrono = { version = "0.4.38", default-features = false } clap = { version = "4", default-features = false } clap_complete = { version = "4.5.1", default-features = false } clap_mangen = { version = "0.2.20", default-features = false }