From ffa431db22682055157de01a89cebfaea38a49a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 11:04:33 +0000 Subject: [PATCH] build(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 | 5 +++-- conmon-rs/server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a426e18451..18e0b9e662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,11 +1833,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/conmon-rs/server/Cargo.toml b/conmon-rs/server/Cargo.toml index 3e162d140c..5b16bd33b2 100644 --- a/conmon-rs/server/Cargo.toml +++ b/conmon-rs/server/Cargo.toml @@ -56,4 +56,4 @@ dashmap = { version = "6.1.0", default-features = false } [dev-dependencies] mockall = { version = "0.13.1", default-features = false } -time = { version = "0.3.43", default-features = false, features = ["parsing", "std"] } +time = { version = "0.3.44", default-features = false, features = ["parsing", "std"] }