mirror of
https://github.com/tlsnotary/proof_viz.git
synced 2026-01-08 22:48:21 -05:00
Ring patch is no longer required
This commit is contained in:
11
Cargo.toml
11
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"] }
|
||||
|
||||
Reference in New Issue
Block a user