From 8bd65899c1ce9a6e5fc20e3fa268db2fe5fe3a7e Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Tue, 5 Dec 2023 14:58:07 +0100 Subject: [PATCH] Ring patch is no longer required --- Cargo.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a6c9fc..1bd3497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,17 +15,10 @@ serde_json = "1.0.107" chrono = "0.4.31" p256 = { version = "0.13", features = ["ecdsa"] } elliptic-curve = { version = "0.13.5", features = ["pkcs8"] } -webpki-roots = "0.25.2" +webpki-roots = "0.26.0" wasm-logger = "0.2.0" web-time = "0.2" spansy = { git = "https://github.com/sinui0/spansy", rev = "becb33d" } tlsn-core = { git = "https://github.com/tlsnotary/tlsn", branch = "dev" } wasm-bindgen = "0.2.89" - -[patch.crates-io.ring] -git = "https://github.com/betrusted-io/ring-xous" -branch = "0.16.20-cleanup" - -[dependencies.web-sys] -version = "0.3" -features = ["File", "DragEvent", "DataTransfer"] +web-sys = { version = "0.3", features = ["File", "DragEvent", "DataTransfer"] }