Skip to content

Commit

Permalink
Update rustls to 0.23 and tokio-rustls to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
zryambus authored and daniel-abramov committed May 8, 2024
1 parent 052d085 commit ad1d511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "0.2.11"

[dependencies.rustls]
optional = true
version = "0.22.0"
version = "0.23.0"

[dependencies.rustls-pki-types]
optional = true
Expand All @@ -59,7 +59,7 @@ version = "0.3.1"

[dependencies.tokio-rustls]
optional = true
version = "0.25.0"
version = "0.26.0"

[dependencies.webpki-roots]
optional = true
Expand Down

0 comments on commit ad1d511

Please sign in to comment.