From cbfacc4b9008cb63c055642cd7b42e9d48d1e45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:26:00 +0000 Subject: [PATCH] chore(deps): bump time from 0.3.43 to 0.3.44 Bumps [time](https://github.com/time-rs/time) from 0.3.43 to 0.3.44. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.43...v0.3.44) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tck/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"