diff --git a/Cargo.lock b/Cargo.lock index 124103e..7895fe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7687,9 +7687,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" dependencies = [ "deranged", "itoa", @@ -7697,22 +7697,22 @@ dependencies = [ "num-conv", "num_threads", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd" dependencies = [ "num-conv", "time-core", diff --git a/attestation-service/Cargo.toml b/attestation-service/Cargo.toml index 465a026..261a9fc 100644 --- a/attestation-service/Cargo.toml +++ b/attestation-service/Cargo.toml @@ -61,7 +61,7 @@ sha2.workspace = true shadow-rs.workspace = true strum.workspace = true tempfile.workspace = true -time = { version = "0.3.40", features = ["std"] } +time = { version = "0.3.45", features = ["std"] } thiserror.workspace = true tokio.workspace = true toml.workspace = true diff --git a/deps/verifier/Cargo.toml b/deps/verifier/Cargo.toml index 6d53698..6c68262 100644 --- a/deps/verifier/Cargo.toml +++ b/deps/verifier/Cargo.toml @@ -83,7 +83,7 @@ reqwest.workspace = true reqwest-middleware = "0.4.2" http-cache-reqwest = { version = "0.16.0", default-features = false, features = ["manager-moka"] } bitflags = { version = "2.10.0", features = ["serde"] } -time = "0.3.41" +time = "0.3.45" nvml-wrapper = { version = "0.11.0", optional = true, default-features = false, features = [ "serde", ] } diff --git a/kbs/Cargo.toml b/kbs/Cargo.toml index 1a29dcd..7ef5d41 100644 --- a/kbs/Cargo.toml +++ b/kbs/Cargo.toml @@ -82,7 +82,7 @@ sha2.workspace = true strum.workspace = true tempfile.workspace = true thiserror.workspace = true -time = { version = "0.3.40", features = ["std"] } +time = { version = "0.3.45", features = ["std"] } tokio.workspace = true tonic = { workspace = true, optional = true } tonic-prost = { workspace = true, optional = true }