From 13ba239fec0b7480e38f1055c3690338371cd414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:54:21 +0000 Subject: [PATCH] chore(deps): bump flume from 0.10.14 to 0.11.1 Bumps [flume](https://github.com/zesterer/flume) from 0.10.14 to 0.11.1. - [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/flume/commits) --- updated-dependencies: - dependency-name: flume dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++----------------------- crates/libscoop/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3af35e4..57d7d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,14 +508,13 @@ dependencies = [ [[package]] name = "flume" -version = "0.10.14" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" +checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" dependencies = [ "futures-core", "futures-sink", "nanorand", - "pin-project", "spin", ] @@ -1136,26 +1135,6 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" -[[package]] -name = "pin-project" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "pin-project-lite" version = "0.2.11" diff --git a/crates/libscoop/Cargo.toml b/crates/libscoop/Cargo.toml index cd6b5ba..476cef7 100644 --- a/crates/libscoop/Cargo.toml +++ b/crates/libscoop/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" chrono = "0.4" curl = { version = "0.4", features = ["static-curl"] } dirs = "5.0.1" -flume = "0.10" +flume = "0.11" futures = { version = "0.3", features = ["thread-pool"] } git2 = "0.19.0" once_cell = "1.18.0"