Skip to content

Commit

Permalink
chore(deps): update tokio-rustls requirement from 0.25.0 to 0.26.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.
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.25.0...v/0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 469d192 commit 89ec03d
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 @@ bytes = "1.5.0"
email_address = { version = "0.2.4", features = ["serde", "serde_support"] }
figment = { version = "0.10.14", features = ["toml", "env"] }
hex = "0.4.3"
tokio-rustls = "0.25.0"
tokio-rustls = "0.26.0"
# futures = "0.3.30"
hmac = "0.12.1"
sha1 = "0.10.6"
Expand Down

0 comments on commit 89ec03d

Please sign in to comment.