소스 검색

chore: Update Arti dependency.

parazyd 3 년 전
부모
커밋
23b8ee1ca2
2개의 변경된 파일184개의 추가작업 그리고 165개의 파일을 삭제
  1. 182 161
      Cargo.lock
  2. 2 4
      Cargo.toml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 182 - 161
Cargo.lock


+ 2 - 4
Cargo.toml

@@ -77,8 +77,8 @@ ipnet = {version = "2.7.2", optional = true}
 socket2 = {version = "0.5.3", optional = true, features = ["all"]}
 
 # Pluggable Transports
-arti-client = {version = "0.9.1", default-features = false, features = ["async-std", "rustls", "onion-service-client"], optional = true}
-tor-hscrypto = {version = "0.2.1", optional = true}
+arti-client = {version = "0.9.2", default-features = false, features = ["async-std", "rustls", "onion-service-client"], optional = true}
+tor-hscrypto = {version = "0.3.0", optional = true}
 # TODO: nym ( Read this to figure out impl https://github.com/ChainSafe/rust-libp2p-nym )
 
 # TLS cert utilities
@@ -339,7 +339,5 @@ path = "example/zk-inclusion-proof.rs"
 required-features = ["zk"]
 
 [patch.crates-io]
-arti-client = {git="https://gitlab.torproject.org/tpo/core/arti", rev="08d1155cb92568176d8b54b85ec5437dff112e01"}
-tor-hscrypto = {git="https://gitlab.torproject.org/tpo/core/arti", rev="08d1155cb92568176d8b54b85ec5437dff112e01"}
 halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v3"}
 halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v3"}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.