From 079dba57b829808e9d14d022e087d7122e9e00aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:48:04 +0000 Subject: [PATCH] Bump time from 0.3.44 to 0.3.45 Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.45. - [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.44...v0.3.45) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 629104628..d25f84946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3220,9 +3220,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", @@ -3230,22 +3230,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/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..e2209dcf7 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -65,7 +65,7 @@ regex = "1.12.2" serde = { version = "1.0.228", features = ["derive"] } dynfmt = { version = "0.1.5", features = ["curly"] } toml = "0.9.8" -time = "0.3.44" +time = "0.3.45" walkdir = "2.5.0" shellwords = "1.1.0" zip = "0.6.6" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..2d24fc441 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -43,7 +43,7 @@ tokio-util = { version = "0.7.17", features = ["compat"] } sha2 = "0.10.9" flume = { version = "0.11.1" } dashmap = { version = "6.1.0" } -time = "0.3.44" +time = "0.3.45" tempfile = { version = "3.23.0" } anyhow = "1.0.99" tower = { version = "0.4" }