Skip to content

Commit 62bc3d9

Browse files
Update tokio requirement from ~1.14 to ~1.23 in /lightning-net-tokio
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 62bc3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.113", 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)