Skip to content

Commit

Permalink
build(deps): bump tokio-rustls from 0.23.1 to 0.23.2 (#1412)
Browse files Browse the repository at this point in the history
Bumps [tokio-rustls](https://github.com/tokio-rs/tls) from 0.23.1 to 0.23.2.
- [Release notes](https://github.com/tokio-rs/tls/releases)
- [Commits](https://github.com/tokio-rs/tls/commits)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2021
1 parent 6cab4bb commit 556e07b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2392,9 +2392,9 @@ dependencies = [

[[package]]
name = "tokio-rustls"
version = "0.23.1"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689"
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
dependencies = [
"rustls",
"tokio",
Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ regex = "1"
socket2 = "0.4"
tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] }
tokio-stream = { version = "0.1.8", features = ["sync"] }
tokio-rustls = "0.23.1"
tokio-rustls = "0.23.2"
rustls-pemfile = "0.2.1"
tower = { version = "0.4.11", default-features = false }
tonic = { version = "0.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/meshtls/rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ring = { version = "0.16.19", features = ["std"] }
rustls-pemfile = "0.2"
thiserror = "1"
tokio = { version = "1", features = ["macros", "rt", "sync"] }
tokio-rustls = { version = "0.23.1", features = ["dangerous_configuration"] }
tokio-rustls = { version = "0.23.2", features = ["dangerous_configuration"] }
tracing = "0.1"
webpki = "0.22"

Expand Down

0 comments on commit 556e07b

Please sign in to comment.