Ring patch is no longer required

This commit is contained in:
Hendrik Eeckhaut
2023-12-05 14:58:07 +01:00
parent 36626e480b
commit 8bd65899c1

View File

@@ -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"] }