bump: libp2p community tor and arti_client to 0.29

This commit is contained in:
Binarybaron 2025-04-15 17:12:59 +02:00
parent b9609b979b
commit 665f5c5216
2 changed files with 741 additions and 288 deletions

1022
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ tauri = [ "dep:tauri" ]
[dependencies]
anyhow = "1"
arti-client = { version = "0.25.0", features = [ "static-sqlite", "tokio", "rustls" ], default-features = false }
arti-client = { version = "0.29.0", features = [ "static-sqlite", "tokio", "rustls" ], default-features = false }
async-compression = { version = "0.3", features = [ "bzip2", "tokio" ] }
async-trait = "0.1"
asynchronous-codec = "0.7.0"
@ -42,7 +42,8 @@ hex = "0.4"
jsonrpsee = { version = "0.16.2", features = [ "server" ] }
jsonrpsee-core = "0.16.2"
libp2p = { version = "0.53.2", features = [ "tcp", "yamux", "dns", "noise", "request-response", "ping", "rendezvous", "identify", "macros", "cbor", "json", "tokio", "serde", "rsa" ] }
libp2p-community-tor = { git = "https://github.com/umgefahren/libp2p-tor", branch = "main", features = [ "listen-onion-service" ] }
libp2p-community-tor = { git = "https://github.com/UnstoppableSwap/libp2p-tor", branch = "main", commit = "20cb35fa4ef5a2a3029c6e3f72949c0414b594cd", features = [ "listen-onion-service" ] }
moka = { version = "0.12", features = ["sync", "future"] }
monero = { version = "0.12", features = [ "serde_support" ] }
monero-rpc = { path = "../monero-rpc" }
once_cell = "1.19"
@ -95,7 +96,7 @@ tokio = { version = "1", features = [
tokio-tungstenite = { version = "0.15", features = [ "rustls-tls" ] }
tokio-util = { version = "0.7", features = [ "io", "codec" ] }
toml = "0.8"
tor-rtcompat = { version = "0.25.0", features = [ "tokio" ] }
tor-rtcompat = { version = "0.29.0", features = [ "tokio" ] }
tower = { version = "0.4.13", features = [ "full" ] }
tower-http = { version = "0.3.4", features = [ "full" ] }
tracing = { version = "0.1", features = [ "attributes" ] }