Skip to content

Commit

Permalink
Update tokio-rustls requirement from 0.23 to 0.26
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.
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.23.0...v/0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 82b5a03 commit bdc82fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde = { version = "1.0.186", features = ["derive"] }
thiserror = "1.0.2"
time = { version = "0.3.4", default-features = false, features = ["std", "formatting", "macros"] }
tokio = { version = "1.11.0", features = ["net", "rt-multi-thread", "time", "fs", "io-util"] }
tokio-rustls = { version = "0.23", optional = true }
tokio-rustls = { version = "0.26", optional = true }
uuid = { version = "1.0", features = ["v4"] }

[dev-dependencies]
Expand Down

0 comments on commit bdc82fa

Please sign in to comment.