From afcbf7fd93b11a5aebb5a3c097a7e6add0286155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:16:48 +0200 Subject: [PATCH] chore: bump flume from 0.11.0 to 0.11.1 in /src/rust (#1264) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/Cargo.lock | 4 ++-- src/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 3b33c0f53..237fbb61d 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -647,9 +647,9 @@ dependencies = [ [[package]] name = "flume" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" +checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" dependencies = [ "futures-core", "futures-sink", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 494c96413..273d8d7bb 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -40,7 +40,7 @@ extendr-api = { git = "https://github.com/extendr/extendr", rev = "1895bfc8ee223 "result_list", "serde", ] } -flume = "0.11.0" +flume = "0.11.1" indenter = "0.3.3" ipc-channel = "0.18.3" once_cell = "1.20.2"