Skip to content

Commit

Permalink
build(deps): update tokio-macros requirement in /bindings/rust/extended
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent f6647b6 commit edc01a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/extended/s2n-tls-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tokio = { version = "1", features = ["net", "time"] }
s2n-tls = { path = "../s2n-tls", features = ["unstable-testing"] }
rand = { version = "0.8" }
tokio = { version = "1", features = [ "io-std", "io-util", "macros", "net", "rt-multi-thread", "test-util", "time"] }
tokio-macros = "=2.3.0"
tokio-macros = "=2.5.0"

0 comments on commit edc01a2

Please sign in to comment.