Skip to content

Commit

Permalink
Revert "updating webpki on the parachain as well"
Browse files Browse the repository at this point in the history
This reverts commit cf48236.
  • Loading branch information
silva-fj committed Jan 20, 2025
1 parent c3df80a commit cf69bd8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 deletions parachain/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ num-integer = { version = "0.1", default-features = false }
rustc-hex = { version = "2.0.1", default-features = false }
x509-cert = { version = "0.1.0", default-features = false, features = ["alloc"] }
# ring = { version = "0.16.20", default-features = false, features = ["alloc"] }
webpki = { package = "rustls-webpki", version = "0.102.8", default-features = false, features = ["alloc", "ring"] }
webpki = { version = "=0.102.0-alpha.3", git = "https://github.com/rustls/webpki", rev = "da923ed", package = "rustls-webpki", default-features = false, features = ["alloc", "ring"] }

# cumulus client
cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" }
Expand Down

0 comments on commit cf69bd8

Please sign in to comment.