mirror of
https://github.com/tlsnotary/notary-server.git
synced 2026-01-09 12:37:56 -05:00
bump tlsn to eb3f3be
This commit is contained in:
@@ -27,8 +27,8 @@ serde_yaml = "0.9.21"
|
||||
sha1 = "0.10"
|
||||
structopt = "0.3.26"
|
||||
thiserror = "1"
|
||||
tlsn-notary = { git = "https://github.com/tlsnotary/tlsn", tag = "v0.1.0-alpha.1" }
|
||||
tlsn-tls-core = { git = "https://github.com/tlsnotary/tlsn", tag = "v0.1.0-alpha.1" }
|
||||
tlsn-notary = { path = "../tlsn/tlsn/tlsn-notary" }
|
||||
tlsn-tls-core = { git = "https://github.com/tlsnotary/tlsn", rev = "eb3f3be" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-rustls = { version = "0.24.1" }
|
||||
tokio-util = { version = "0.7", features = ["compat"] }
|
||||
@@ -42,6 +42,6 @@ ws_stream_tungstenite = { version = "0.10.0", features = ["tokio_io"] }
|
||||
[dev-dependencies]
|
||||
# specify vendored feature to use statically linked copy of OpenSSL
|
||||
hyper-tls = { version = "0.5.0", features = ["vendored"] }
|
||||
tls-server-fixture = { git = "https://github.com/tlsnotary/tlsn", tag = "v0.1.0-alpha.1" }
|
||||
tlsn-prover = { git = "https://github.com/tlsnotary/tlsn", tag = "v0.1.0-alpha.1" }
|
||||
tls-server-fixture = { git = "https://github.com/tlsnotary/tlsn", rev = "eb3f3be" }
|
||||
tlsn-prover = { git = "https://github.com/tlsnotary/tlsn", rev = "eb3f3be" }
|
||||
tokio-native-tls = { version = "0.3.1", features = ["vendored"] }
|
||||
|
||||
Reference in New Issue
Block a user