From ea2c9525ba69516da4e0280e7e1af444c21cedc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:14:37 +0000 Subject: [PATCH] chore(deps): bump recoco-utils from 0.2.1 to 0.2.3 Bumps [recoco-utils](https://github.com/knitli/recoco) from 0.2.1 to 0.2.3. - [Release notes](https://github.com/knitli/recoco/releases) - [Changelog](https://github.com/knitli/recoco/blob/main/CHANGELOG.md) - [Commits](https://github.com/knitli/recoco/compare/v0.2.1...v0.2.3) --- updated-dependencies: - dependency-name: recoco-utils dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/services/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d78b670..eb67829 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2707,7 +2707,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.14.0", "proc-macro2", "quote", "syn", @@ -2983,9 +2983,9 @@ dependencies = [ [[package]] name = "recoco-utils" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e984a6f6cbb023a586bb6d8b3f63445a7de287d391c198cd311f810a61afa0" +checksum = "a884a2606d9dc59c9ca428dbb5f1b73b5c021b91d1d485148d6ed35174de37cf" dependencies = [ "anyhow", "async-trait", @@ -5232,7 +5232,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/crates/services/Cargo.toml b/crates/services/Cargo.toml index 7675fd3..06844af 100644 --- a/crates/services/Cargo.toml +++ b/crates/services/Cargo.toml @@ -25,7 +25,7 @@ ignore = { workspace = true } mimalloc = { workspace = true, optional = true } pin-project = { workspace = true, optional = true } # ReCoco utilities for content fingerprinting (blake3 hashing) -recoco-utils = { version = "0.2.1", default-features = false, features = [ +recoco-utils = { version = "0.2.3", default-features = false, features = [ "fingerprint" ] } serde = { workspace = true, optional = true }