Skip to content

Commit edc01a2

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 f6647b6 commit edc01a2

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.8" }
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)