From aea9fc4b1e04b420fe29fd4d080fa8cb0a21767c Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Tue, 9 Apr 2024 09:52:47 +0200 Subject: [PATCH] Update to v0.1.0-alpha.5 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbd0d08..5a5f35b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "proof_viz" version = "0.1.0" [dependencies] -base64 = "0.21.2" +base64 = "0.22.0" chrono = "0.4.31" elliptic-curve = {version = "0.13.5", features = ["pkcs8"]} getrandom = {version = "0.2.10", features = ["js"]} @@ -14,8 +14,8 @@ gloo = "0.11.0" js-sys = "0.3" p256 = {version = "0.13", features = ["ecdsa"]} serde_json = "1.0.107" -spansy = {git = "https://github.com/tlsnotary/tlsn-utils", rev = "51f313d"} -tlsn-core = {git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.4", package = "tlsn-core"} +spansy = {git = "https://github.com/tlsnotary/tlsn-utils", rev = "7519f51"} +tlsn-core = {git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.5", package = "tlsn-core"} wasm-bindgen = "0.2.89" wasm-logger = "0.2.0" web-sys = {version = "0.3", features = ["File", "DragEvent", "DataTransfer"]}