diff --git a/Cargo.lock b/Cargo.lock index 9afbbff9..f645ee2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2613,9 +2613,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.43" +version = "0.3.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031" +checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" dependencies = [ "deranged", "num-conv", diff --git a/Cargo.toml b/Cargo.toml index 1906c0f7..91be5652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" sha2 = "0.10.9" sha3 = "0.10.2" thiserror = "2.0.15" -time = "0.3.43" +time = "0.3.44" tokio = { version = "1.47.0", features = ["time"] } tonic = "0.12.3" tinystr = { version = "0.7.0", default-features = false } diff --git a/tck/Cargo.toml b/tck/Cargo.toml index d8ff4641..9383ebaf 100644 --- a/tck/Cargo.toml +++ b/tck/Cargo.toml @@ -21,7 +21,7 @@ once_cell = "1.21.3" futures-util = "0.3.31" serde_json = {version = "1.0.145", features = ["raw_value"] } serde = { version = "1.0.224", features = ["derive"] } -time = "0.3.43" +time = "0.3.44" hex = "0.4.3" hex-literal = "1.0.0"