From fcb8fd145fb148f765fd75e9fada49740c83da9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:17:29 +0000 Subject: [PATCH] build(deps): bump stream-cancel from 0.8.1 to 0.8.2 Bumps [stream-cancel](https://github.com/jonhoo/stream-cancel) from 0.8.1 to 0.8.2. - [Commits](https://github.com/jonhoo/stream-cancel/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: stream-cancel dependency-type: direct:production update-type: version-update:semver-patch ... 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 077951e7a5..b3dbd8689a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8454,9 +8454,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stream-cancel" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0a9eb2715209fb8cc0d942fcdff45674bfc9f0090a0d897e85a22955ad159b" +checksum = "5f9fbf9bd71e4cf18d68a8a0951c0e5b7255920c0cd992c4ff51cddd6ef514a3" dependencies = [ "futures-core", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index cbe9417387..694b6f870e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -407,7 +407,7 @@ spl-token = "=4.0.0" spl-token-2022 = "=0.9.0" spl-token-metadata-interface = "=0.2.0" static_assertions = "1.1.0" -stream-cancel = "0.8.1" +stream-cancel = "0.8.2" strum = "0.24" strum_macros = "0.24" subtle = "2.4.1"