From 2eedb3e6b524cbef1b47e10227b8f39ae7355174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:08:55 +0000 Subject: [PATCH] chore(deps): bump oneshot from 0.1.13 to 0.2.1 Bumps [oneshot](https://github.com/faern/oneshot) from 0.1.13 to 0.2.1. - [Release notes](https://github.com/faern/oneshot/releases) - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/faern/oneshot/compare/v0.1.13...v0.2.1) --- updated-dependencies: - dependency-name: oneshot dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 709558a..3c62142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,9 +827,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "oneshot" -version = "0.1.13" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107" +checksum = "cfe21416a02c693fb9f980befcb230ecc70b0b3d1cc4abf88b9675c4c1457f0c" [[package]] name = "pin-project-lite" diff --git a/Cargo.toml b/Cargo.toml index 02b387a..9f8e83a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ duplicate = "2.0.1" fixed-resample = "0.9.2" log = { version = "0.4.29", features = ["kv"] } ndarray = "0.17.1" -oneshot = "0.1.11" +oneshot = "0.2.1" rtrb = "0.3.2" thiserror = "2.0.17" zerocopy = { version = "0.8.39", optional = true }