From d8ee848b3fb1eb096c984e9bc852e34905128ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:08:32 +0000 Subject: [PATCH] build(deps): bump escapepod-signal from v0.16.1 to v0.18.1 in /rust Bumps [escapepod-signal](https://github.com/rnabioco/escapepod-rs) from v0.16.1 to v0.18.1. - [Release notes](https://github.com/rnabioco/escapepod-rs/releases) - [Changelog](https://github.com/rnabioco/escapepod-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rnabioco/escapepod-rs/compare/b4c9afae84406de0c43d95fc22e970116e2d18db...3de501e220a9888680b52ec209273675c04f10d5) --- updated-dependencies: - dependency-name: escapepod-signal dependency-version: 3de501e220a9888680b52ec209273675c04f10d5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 8 ++++---- rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b6fd6e2..d9a52aa 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -427,8 +427,8 @@ dependencies = [ [[package]] name = "escapepod-pod5" -version = "0.16.1" -source = "git+https://github.com/rnabioco/escapepod-rs?tag=v0.16.1#b4c9afae84406de0c43d95fc22e970116e2d18db" +version = "0.18.1" +source = "git+https://github.com/rnabioco/escapepod-rs?tag=v0.18.1#3de501e220a9888680b52ec209273675c04f10d5" dependencies = [ "anyhow", "arrow", @@ -448,8 +448,8 @@ dependencies = [ [[package]] name = "escapepod-signal" -version = "0.16.1" -source = "git+https://github.com/rnabioco/escapepod-rs?tag=v0.16.1#b4c9afae84406de0c43d95fc22e970116e2d18db" +version = "0.18.1" +source = "git+https://github.com/rnabioco/escapepod-rs?tag=v0.18.1#3de501e220a9888680b52ec209273675c04f10d5" dependencies = [ "anyhow", "escapepod-pod5", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9940106..6c81e59 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -28,7 +28,7 @@ pyo3 = { version = "0.28", features = ["extension-module", "abi3-py312"] } numpy = "0.28" # Not on crates.io; pulled straight from the public GitHub repo. Pin by tag so # the build is reproducible — bump the tag to take a new escapepod release. -escapepod-signal = { git = "https://github.com/rnabioco/escapepod-rs", tag = "v0.16.1" } +escapepod-signal = { git = "https://github.com/rnabioco/escapepod-rs", tag = "v0.18.1" } rayon = "1" [profile.release]