|
@@ -311,12 +311,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "atomic-waker"
|
|
|
-version = "1.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "autocfg"
|
|
|
version = "1.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -749,7 +743,6 @@ dependencies = [
|
|
|
"criterion",
|
|
|
"futures",
|
|
|
"getrandom",
|
|
|
- "instant",
|
|
|
"lightning-invoice",
|
|
|
"once_cell",
|
|
|
"rand",
|
|
@@ -838,6 +831,7 @@ dependencies = [
|
|
|
"cbor-diag",
|
|
|
"ciborium",
|
|
|
"futures",
|
|
|
+ "instant",
|
|
|
"lightning-invoice",
|
|
|
"once_cell",
|
|
|
"rand",
|
|
@@ -1529,15 +1523,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "encoding_rs"
|
|
|
-version = "0.8.35"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "equivalent"
|
|
|
version = "1.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1644,21 +1629,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "foreign-types"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
-dependencies = [
|
|
|
- "foreign-types-shared",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "foreign-types-shared"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "form_urlencoded"
|
|
|
version = "1.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1849,25 +1819,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "h2"
|
|
|
-version = "0.4.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
|
|
-dependencies = [
|
|
|
- "atomic-waker",
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "http 1.2.0",
|
|
|
- "indexmap 2.7.0",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "half"
|
|
|
version = "2.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2072,7 +2023,7 @@ dependencies = [
|
|
|
"futures-channel",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
- "h2 0.3.26",
|
|
|
+ "h2",
|
|
|
"http 0.2.12",
|
|
|
"http-body 0.4.6",
|
|
|
"httparse",
|
|
@@ -2095,7 +2046,6 @@ dependencies = [
|
|
|
"bytes",
|
|
|
"futures-channel",
|
|
|
"futures-util",
|
|
|
- "h2 0.4.7",
|
|
|
"http 1.2.0",
|
|
|
"http-body 1.0.1",
|
|
|
"httparse",
|
|
@@ -2152,22 +2102,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "hyper-tls"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "http-body-util",
|
|
|
- "hyper 1.5.2",
|
|
|
- "hyper-util",
|
|
|
- "native-tls",
|
|
|
- "tokio",
|
|
|
- "tokio-native-tls",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "hyper-util"
|
|
|
version = "0.1.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2767,23 +2701,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "native-tls"
|
|
|
-version = "0.2.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "openssl",
|
|
|
- "openssl-probe",
|
|
|
- "openssl-sys",
|
|
|
- "schannel",
|
|
|
- "security-framework 2.11.1",
|
|
|
- "security-framework-sys",
|
|
|
- "tempfile",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "negentropy"
|
|
|
version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2976,50 +2893,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "openssl"
|
|
|
-version = "0.10.68"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.6.0",
|
|
|
- "cfg-if",
|
|
|
- "foreign-types",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "openssl-macros",
|
|
|
- "openssl-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl-macros"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.94",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "openssl-probe"
|
|
|
version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "openssl-sys"
|
|
|
-version = "0.9.104"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
- "pkg-config",
|
|
|
- "vcpkg",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "option-ext"
|
|
|
version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3672,22 +3551,18 @@ dependencies = [
|
|
|
"async-compression",
|
|
|
"base64 0.22.1",
|
|
|
"bytes",
|
|
|
- "encoding_rs",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
- "h2 0.4.7",
|
|
|
"http 1.2.0",
|
|
|
"http-body 1.0.1",
|
|
|
"http-body-util",
|
|
|
"hyper 1.5.2",
|
|
|
"hyper-rustls 0.27.5",
|
|
|
- "hyper-tls",
|
|
|
"hyper-util",
|
|
|
"ipnet",
|
|
|
"js-sys",
|
|
|
"log",
|
|
|
"mime",
|
|
|
- "native-tls",
|
|
|
"once_cell",
|
|
|
"percent-encoding",
|
|
|
"pin-project-lite",
|
|
@@ -3700,9 +3575,7 @@ dependencies = [
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
"sync_wrapper 1.0.2",
|
|
|
- "system-configuration",
|
|
|
"tokio",
|
|
|
- "tokio-native-tls",
|
|
|
"tokio-rustls 0.26.1",
|
|
|
"tokio-socks",
|
|
|
"tokio-util",
|
|
@@ -4559,27 +4432,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "system-configuration"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.6.0",
|
|
|
- "core-foundation 0.9.4",
|
|
|
- "system-configuration-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "system-configuration-sys"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "tagptr"
|
|
|
version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4755,16 +4607,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tokio-native-tls"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
-dependencies = [
|
|
|
- "native-tls",
|
|
|
- "tokio",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "tokio-rustls"
|
|
|
version = "0.23.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4894,7 +4736,7 @@ dependencies = [
|
|
|
"axum",
|
|
|
"base64 0.21.7",
|
|
|
"bytes",
|
|
|
- "h2 0.3.26",
|
|
|
+ "h2",
|
|
|
"http 0.2.12",
|
|
|
"http-body 0.4.6",
|
|
|
"hyper 0.14.32",
|