Skip to content

Commit 13ab0b6

Browse files
dependabot[bot]crepererum
authored andcommitted
chore(deps): update tokio-rustls requirement from 0.25 to 0.26
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]>
1 parent 9c80cfa commit 13ab0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rustls = { version = "0.23", optional = true, default-features = false, features
3535
snap = { version = "1", optional = true }
3636
thiserror = "1.0"
3737
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
38-
tokio-rustls = { version = "0.25", optional = true }
38+
tokio-rustls = { version = "0.26", optional = true }
3939
tracing = "0.1"
4040
zstd = { version = "0.13", optional = true }
4141

0 commit comments

Comments
 (0)