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 }