Skip to content

Commit d803dcd

Browse files
Update tokio requirement from ~1.14 to ~1.25 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.25.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be4bb58 commit d803dcd

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
@@ -28,4 +28,4 @@ chunked_transfer = { version = "1.4", optional = true }
2828

2929
[dev-dependencies]
3030
lightning = { version = "0.0.113", path = "../lightning", features = ["_test_utils"] }
31-
tokio = { version = "~1.14", features = [ "macros", "rt" ] }
31+
tokio = { version = "~1.25", features = [ "macros", "rt" ] }

0 commit comments

Comments
 (0)