diff --git a/Cargo.toml b/Cargo.toml index ca24c81..530b445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"