From 459ca49b8850d11f7f415c3d3b00510d2ec6e9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 22:25:13 +0000 Subject: [PATCH] chore(deps): bump the all-cargo-dependencies group with 2 updates Bumps the all-cargo-dependencies group with 2 updates: [kanal](https://github.com/fereidani/kanal) and [time](https://github.com/time-rs/time). Updates `kanal` from 0.1.0 to 0.1.1 - [Commits](https://github.com/fereidani/kanal/commits) Updates `time` from 0.3.40 to 0.3.41 - [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.40...v0.3.41) --- updated-dependencies: - dependency-name: kanal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41b5694e..da3e8ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3415,9 +3415,9 @@ dependencies = [ [[package]] name = "kanal" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b13526b910349296b1d3537ae62d5f83def9b6d6974e26d62b80ee2bb1b4794" +checksum = "9e3953adf0cd667798b396c2fa13552d6d9b3269d7dd1154c4c416442d1ff574" dependencies = [ "futures-core", "lock_api", @@ -5967,9 +5967,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.40" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -5990,9 +5990,9 @@ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", diff --git a/Cargo.toml b/Cargo.toml index 46017bf3..a4c3c01f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ hex = '0.4.3' humantime = '2.1.0' hyperion-proxy = { path = "crates/hyperion-proxy" } itertools = "0.14.0" -kanal = '0.1.0' +kanal = '0.1.1' libc = '0.2.170' libdeflater = '1.23.1' memmap2 = '0.9.5' @@ -108,7 +108,7 @@ tango-bench = "0.6.0" tar = '0.4.41' thiserror = '2.0.12' tikv-jemallocator = '0.6.0' -time = '0.3.37' +time = '0.3.41' tokio = '1.43.0' toml = '0.8.14' tracing-appender = '0.2.3'