From 05f32e6dc9aa241908289e357a801c0128a4f05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:53:21 +0000 Subject: [PATCH] build(deps): bump async-channel from 1.8.0 to 1.9.0 Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-channel/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-minor ... 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 8a2d7cc..b94ac70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,9 +89,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ "concurrent-queue 2.0.0", "event-listener", diff --git a/Cargo.toml b/Cargo.toml index 6d74389..dc66aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ async-std = { version = "1.12", features = [ "attributes", "unstable", ], optional = true } -async-channel = { version = "1.8.0", optional = true } +async-channel = { version = "1.9.0", optional = true } async-trait = "0.1.71" color-eyre = "0.6.2" flume = { version = "0.10.14", optional = true }