Skip to content

Commit 607e3b9

Browse files
Update tokio requirement from ~1.14 to ~1.23
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 fcfd683 commit 607e3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-block-sync/Cargo.toml

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

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

lightning-net-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ lightning = { version = "0.0.105", path = "../lightning" }
2020
tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
2121

2222
[dev-dependencies]
23-
tokio = { version = "~1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
23+
tokio = { version = "~1.23", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }

0 commit comments

Comments
 (0)