Skip to content

Commit

Permalink
Merge pull request #1 from tlsnotary/without_ring_patch
Browse files Browse the repository at this point in the history
Ring patch is no longer required
  • Loading branch information
heeckhau authored Dec 6, 2023
2 parents 36626e4 + 8bd6589 commit 4b2bbdf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 4b2bbdf

Please sign in to comment.