@@ -8,25 +8,31 @@ async-tungstenite = { version = "0.25", features = ["tokio-runtime"] }
88futures = " 0.3"
99http = " 1.1"
1010http-body-util = " 0.1"
11- hyper = {version = " 1.1" , features = [" client" , " http1" ]}
12- hyper-util = {version = " 0.1" , features = [" full" ]}
11+ hyper = { version = " 1.1" , features = [" client" , " http1" ] }
12+ hyper-util = { version = " 0.1" , features = [" full" ] }
1313regex = " 1.10.3"
14- tokio = {version = " 1" , features = [
14+ tokio = { version = " 1" , features = [
1515 " rt" ,
1616 " rt-multi-thread" ,
1717 " macros" ,
1818 " net" ,
1919 " io-std" ,
2020 " fs" ,
21- ]}
21+ ] }
2222tokio-util = { version = " 0.7" , features = [" compat" ] }
2323tracing = " 0.1.40"
24- tracing-subscriber = { version =" 0.3.18" , features = [" env-filter" ] }
24+ tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
2525uuid = { version = " 1.4.1" , features = [" v4" , " fast-rng" ] }
2626ws_stream_tungstenite = { version = " 0.13" , features = [" tokio_io" ] }
2727
2828tlsn-core = { git = " https://github.com/tlsnotary/tlsn.git" , tag = " v0.1.0-alpha.12" , package = " tlsn-core" }
2929tlsn-prover = { git = " https://github.com/tlsnotary/tlsn.git" , tag = " v0.1.0-alpha.12" , package = " tlsn-prover" }
3030tlsn-common = { git = " https://github.com/tlsnotary/tlsn.git" , tag = " v0.1.0-alpha.12" , package = " tlsn-common" }
31- spansy = {git = " https://github.com/tlsnotary/tlsn-utils" , package = " spansy" , branch = " dev" }
31+ spansy = { git = " https://github.com/tlsnotary/tlsn-utils" , package = " spansy" , branch = " dev" }
3232rangeset = " 0.2.0"
33+
34+ # --- Transitive dependency pins (for TLSNotary alpha.12)---
35+ aes = " =0.9.0-rc.0"
36+ cipher = " =0.5.0-rc.0"
37+ crypto-common = " =0.2.0-rc.3"
38+ inout = " =0.2.0-rc.5"
0 commit comments