From 589a92697ffe474d6b34c430404f04d221f0496f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:25:24 +0000 Subject: [PATCH] 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 | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 543f055..d61e8a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,11 +857,12 @@ 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", + "itoa", "libc", "num-conv", "num_threads", diff --git a/Cargo.toml b/Cargo.toml index 190e234..b498430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ shlex = "1.3.0" signal-hook = "0.3.17" simplelog = "0.12.2" thiserror = "2.0.3" -time = "0.3.36" +time = "0.3.44" tiny_http = "0.12.0" [target.'cfg(any(target_env = "musl", target_arch = "arm", target_arch = "aarch64"))'.dependencies]