diff --git a/Cargo.lock b/Cargo.lock index be353ff..dcdb682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,17 +269,6 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - [[package]] name = "autocfg" version = "1.3.0" @@ -1323,15 +1312,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.9" @@ -2825,6 +2805,17 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "socks" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" +dependencies = [ + "byteorder", + "libc", + "winapi", +] + [[package]] name = "spin" version = "0.9.8" @@ -3281,6 +3272,7 @@ dependencies = [ "rustls-pki-types", "serde", "serde_json", + "socks", "url", "webpki-roots", ] @@ -3429,12 +3421,11 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wasm-pack" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcb9f254996b4bbce2c7d738273739ce515834a49b1910e85a6a3fee5b6405d" +checksum = "bccc8879c3bbff33e5e7049a4e4889efa816271de754de5d781927492b0318b0" dependencies = [ "anyhow", - "atty", "binary-install", "cargo_metadata", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d58a077..3ad42d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ lightning = "=0.0.125" nostr = "=0.35.0" bdk = "=1.0.0-alpha.11" env_logger = "=0.11.5" -wasm-pack = "=0.13.0" +wasm-pack = "=0.13.1" miniscript = "=12.2.0" lightning-liquidity = "=0.1.0-alpha.6" cln-plugin = "0.2.0"