Skip to content

Commit

Permalink
deps: track rustls 0.21.0 release prep.
Browse files Browse the repository at this point in the history
This commit updates tokio-rustls to use a patch to track the
yet-to-be-released 0.21.0 rustls work.
  • Loading branch information
cpu committed Mar 22, 2023
1 parent d321c3e commit 131d42b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ members = [
"tokio-rustls/examples/client",
"tokio-rustls/examples/server"
]

[patch.crates-io]
rustls = { git = 'https://github.com/rustls/rustls.git' }
2 changes: 1 addition & 1 deletion tokio-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.56"

[dependencies]
tokio = "1.0"
rustls = { version = "0.20.7", default-features = false }
rustls = { version = "0.21.0-alpha.1", default-features = false }
webpki = "0.22"

[features]
Expand Down

0 comments on commit 131d42b

Please sign in to comment.