Skip to content

Commit

Permalink
Update rustls version to 0.19. (hyperium#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
detly authored Nov 24, 2020
1 parent a517e1d commit 35df2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"

[dependencies]
tokio = "0.3"
rustls = "0.18"
rustls = "0.19"
webpki = "0.21"

[features]
Expand Down

0 comments on commit 35df2e3

Please sign in to comment.