Skip to content

Commit

Permalink
Update tokio-rustls requirement from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version.
- [Commits](https://github.com/rustls/tokio-rustls/commits)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 0f44f71 commit b9eb691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ members = [


[dependencies]
tokio-rustls = {version="0.24.1", features=["dangerous_configuration"]}
tokio-rustls = {version="0.25.0", features=["dangerous_configuration"]}
rustls-pemfile = "1.0.3"
rabbitmq-stream-protocol = { version = "0.4", path = "protocol" }
tokio = { version = "1.29.1", features = ["full"] }
Expand Down

0 comments on commit b9eb691

Please sign in to comment.