Skip to content

Commit 1a26232

Browse files
Bump oneshot from 0.1.6 to 0.1.12
Bumps [oneshot](https://github.com/faern/oneshot) from 0.1.6 to 0.1.12. - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](faern/oneshot@v0.1.6...v0.1.12) --- updated-dependencies: - dependency-name: oneshot dependency-version: 0.1.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent badc99c commit 1a26232

File tree

2 files changed

+9
-88
lines changed

2 files changed

+9
-88
lines changed

Cargo.lock

Lines changed: 8 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ futures-lite = "2.1.0" # Lightweight, more safe replacement of 'futures'
130130

131131
# * Tools to aid concurrent programming * #
132132
flume = "0.11.1" # Fast multi-producer, multi-consumer channel
133-
oneshot = "0.1.6" # Oneshot single-producer, single-consumer channels
133+
oneshot = "0.1.12" # Oneshot single-producer, single-consumer channels
134134
async-std = "1.12.0" # Asynchronous version of the Rust Standard Library
135135
fragile = "2.0" # Provides wrapper types for sending non-Send values to other threads
136136
poll-promise = "0.3.0" # A crate for polling the result of an asynchronous operation

0 commit comments

Comments
 (0)