Skip to content

Commit 375569b

Browse files
authored
Merge pull request #55 from EspressoSystems/dependabot/cargo/async-channel-1.9.0
build(deps): bump async-channel from 1.8.0 to 1.9.0
2 parents c7ba495 + 05f32e6 commit 375569b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -31,7 +31,7 @@ async-std = { version = "1.12", features = [
3131
"attributes",
3232
"unstable",
3333
], optional = true }
34-
async-channel = { version = "1.8.0", optional = true }
34+
async-channel = { version = "1.9.0", optional = true }
3535
async-trait = "0.1.71"
3636
color-eyre = "0.6.2"
3737
flume = { version = "0.10.14", optional = true }

0 commit comments

Comments
 (0)