Skip to content

Commit 4827ffa

Browse files
Update tokio requirement from ~1.14 to ~1.23 in /lightning-block-sync
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.14.0...tokio-1.23.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbbf84b commit 4827ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ serde_json = { version = "1.0", optional = true }
2727
chunked_transfer = { version = "1.4", optional = true }
2828

2929
[dev-dependencies]
30-
tokio = { version = "~1.14", features = [ "macros", "rt" ] }
30+
tokio = { version = "~1.23", features = [ "macros", "rt" ] }

0 commit comments

Comments
 (0)