Skip to content

Commit 6d9bb2e

Browse files
build(deps): update tokio-macros requirement in /bindings/rust/extended
Updates the requirements on [tokio-macros](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-macros-2.3.0...tokio-macros-2.5.0) --- updated-dependencies: - dependency-name: tokio-macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3da1ca5 commit 6d9bb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/extended/s2n-tls-tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tokio = { version = "1", features = ["net", "time"] }
2323
s2n-tls = { path = "../s2n-tls", features = ["unstable-testing"] }
2424
rand = { version = "0.9" }
2525
tokio = { version = "1", features = [ "io-std", "io-util", "macros", "net", "rt-multi-thread", "test-util", "time"] }
26-
tokio-macros = "=2.3.0"
26+
tokio-macros = "=2.5.0"

0 commit comments

Comments
 (0)