Skip to content

Commit

Permalink
deps: affix webpki version
Browse files Browse the repository at this point in the history
Fixed the version of webpki because fuzz crates have no Cargo.lock file.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed Sep 3, 2023
1 parent 5df8e75 commit 9824c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/patches/rustls.diff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index 1e4e1d50..945297ac 100644
-webpki = { package = "rustls-webpki", version = "0.102.0-alpha.0", features = ["alloc", "std", "ring"] }
+ring = { version = "0.16.20", default-features = false }
+subtle = { version = "2.5.0", default-features = false }
+webpki = { package = "rustls-webpki", version = "0.102.0-alpha.0", default-features = false, features = ["alloc", "ring"] }
+webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.0", default-features = false, features = ["alloc", "ring"] }
+rust_std_stub = { path = "../../../src/std-support/rust-std-stub", optional = true }

[features]
Expand Down

0 comments on commit 9824c3d

Please sign in to comment.