Skip to content

Commit

Permalink
update Rustls/Webpki alphas (#84)
Browse files Browse the repository at this point in the history
* proj: gitignore .idea

* Cargo: update rustls to alpha.6, webpki to alpha.8

Fixes a pki-types incompatibility.

* Cargo: 0.7.0-alpha.2 -> 0.7.0-alpha.3
  • Loading branch information
cpu authored Nov 30, 2023
1 parent 3b0cc1b commit 7316b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ target/
*.gcda
*.gcno
*.info
/.idea
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-native-certs"
version = "0.7.0-alpha.2"
version = "0.7.0-alpha.3"
edition = "2021"
rust-version = "1.60"
license = "Apache-2.0 OR ISC OR MIT"
Expand All @@ -16,8 +16,8 @@ pki-types = { package = "rustls-pki-types", version = "0.2.2" }

[dev-dependencies]
ring = "0.16.5"
rustls = "=0.22.0-alpha.5"
rustls-webpki = "=0.102.0-alpha.7"
rustls = "=0.22.0-alpha.6"
rustls-webpki = "=0.102.0-alpha.8"
serial_test = "2"
untrusted = "0.7.0" # stick to the version ring depends on for now
webpki-roots = "=0.26.0-alpha.2"
Expand Down

0 comments on commit 7316b2e

Please sign in to comment.