Skip to content

Commit d9ef30c

Browse files
authored
Update async-channel dependency (#2203)
1 parent d5b7ba8 commit d9ef30c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

full-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "full-node"
1414
path = "bin/main.rs"
1515

1616
[dependencies]
17-
async-channel = { version = "2.3.0", default-features = false }
17+
async-channel = { version = "2.5.0", default-features = false }
1818
blake2-rfc = { version = "0.2.18", default-features = false }
1919
clap = { version = "4.5.20", default-features = false, features = ["color", "derive", "help", "std", "suggestions", "usage"] } # Note: enabling/disabling some features modifies the internal behavior of clap, be careful
2020
ctrlc = "3.4.0"

light-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "basic"
1313
required-features = ["std"]
1414

1515
[dependencies]
16-
async-channel = { version = "2.3.0", default-features = false }
16+
async-channel = { version = "2.5.0", default-features = false }
1717
async-lock = { version = "3.0.0", default-features = false }
1818
base64 = { version = "0.22.0", default-features = false, features = ["alloc"] }
1919
blake2-rfc = { version = "0.2.18", default-features = false }

0 commit comments

Comments
 (0)