Use tlsn-core from dev branch

This commit is contained in:
Hendrik Eeckhaut
2023-11-28 14:05:01 +01:00
parent fa81aba3a1
commit d5d001f873

View File

@@ -18,14 +18,8 @@ elliptic-curve = { version = "0.13.5", features = ["pkcs8"] }
webpki-roots = "0.25.2"
wasm-logger = "0.2.0"
web-time = "0.2"
# tlsn-utils = { git = "https://github.com/tlsnotary/tlsn-utils", rev = "8d8ffe1" }
spansy = { git = "https://github.com/sinui0/spansy", rev = "becb33d" }
# tlsn-core = { git = "https://github.com/tlsnotary/tlsn", branch = "dev" }
[dependencies.tlsn-core]
git = "https://github.com/mhchia/tlsn.git"
branch = "dev-20231006-webtime-2"
package = "tlsn-core"
tlsn-core = { git = "https://github.com/tlsnotary/tlsn", branch = "dev" }
[patch.crates-io.ring]
git = "https://github.com/betrusted-io/ring-xous"