Skip to content

Commit

Permalink
chore(deps): update tokio-rustls requirement from 0.25 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.25.0...v/0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 6d59ab9 commit 1d50b72
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 @@ -35,7 +35,7 @@ rustls = { version = "0.22", optional = true }
snap = { version = "1", optional = true }
thiserror = "1.0"
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
tokio-rustls = { version = "0.25", optional = true }
tokio-rustls = { version = "0.26", optional = true }
tracing = "0.1"
zstd = { version = "0.13", optional = true }

Expand Down

0 comments on commit 1d50b72

Please sign in to comment.