|
@@ -4,14 +4,20 @@ version = 3
|
|
|
|
|
|
[[package]]
|
|
|
name = "addr2line"
|
|
|
-version = "0.24.2"
|
|
|
+version = "0.14.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
+checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
|
|
dependencies = [
|
|
|
"gimli",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "adler"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "adler2"
|
|
|
version = "2.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -184,9 +190,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
[[package]]
|
|
|
name = "async-compression"
|
|
|
-version = "0.4.18"
|
|
|
+version = "0.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
|
|
+checksum = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c"
|
|
|
dependencies = [
|
|
|
"brotli",
|
|
|
"flate2",
|
|
@@ -343,10 +349,10 @@ dependencies = [
|
|
|
"serde_path_to_error",
|
|
|
"serde_urlencoded",
|
|
|
"sha1",
|
|
|
- "sync_wrapper 0.1.2",
|
|
|
+ "sync_wrapper",
|
|
|
"tokio",
|
|
|
"tokio-tungstenite 0.20.1",
|
|
|
- "tower 0.4.13",
|
|
|
+ "tower",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
|
]
|
|
@@ -370,17 +376,17 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "backtrace"
|
|
|
-version = "0.3.74"
|
|
|
+version = "0.3.58"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
|
+checksum = "88fb5a785d6b44fd9d6700935608639af1b8356de1e55d5f7c2740f4faa15d82"
|
|
|
dependencies = [
|
|
|
"addr2line",
|
|
|
+ "cc",
|
|
|
"cfg-if",
|
|
|
"libc",
|
|
|
- "miniz_oxide",
|
|
|
+ "miniz_oxide 0.4.4",
|
|
|
"object",
|
|
|
"rustc-demangle",
|
|
|
- "windows-targets 0.52.6",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -599,9 +605,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "brotli"
|
|
|
-version = "7.0.0"
|
|
|
+version = "3.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
|
+checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
|
|
|
dependencies = [
|
|
|
"alloc-no-stdlib",
|
|
|
"alloc-stdlib",
|
|
@@ -610,9 +616,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "brotli-decompressor"
|
|
|
-version = "4.0.1"
|
|
|
+version = "2.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
|
|
+checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
|
|
dependencies = [
|
|
|
"alloc-no-stdlib",
|
|
|
"alloc-stdlib",
|
|
@@ -629,9 +635,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "bumpalo"
|
|
|
-version = "3.16.0"
|
|
|
+version = "3.12.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
+checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bytecount"
|
|
@@ -686,18 +692,14 @@ dependencies = [
|
|
|
name = "cashu"
|
|
|
version = "0.6.0"
|
|
|
dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
"bip39",
|
|
|
"bitcoin 0.32.5",
|
|
|
"cbor-diag",
|
|
|
"ciborium",
|
|
|
- "futures",
|
|
|
"instant",
|
|
|
"lightning-invoice",
|
|
|
"once_cell",
|
|
|
"rand",
|
|
|
- "reqwest",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_with",
|
|
@@ -763,8 +765,8 @@ dependencies = [
|
|
|
"bech32 0.9.1",
|
|
|
"bip39",
|
|
|
"bitcoin 0.32.5",
|
|
|
- "cashu",
|
|
|
"cbor-diag",
|
|
|
+ "cdk-common",
|
|
|
"ciborium",
|
|
|
"criterion",
|
|
|
"futures",
|
|
@@ -777,7 +779,7 @@ dependencies = [
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_with",
|
|
|
- "sync_wrapper 0.1.2",
|
|
|
+ "sync_wrapper",
|
|
|
"thiserror 1.0.69",
|
|
|
"tokio",
|
|
|
"tokio-tungstenite 0.19.0",
|
|
@@ -847,6 +849,33 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "cdk-common"
|
|
|
+version = "0.6.0"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "async-trait",
|
|
|
+ "bip39",
|
|
|
+ "bitcoin 0.32.5",
|
|
|
+ "cashu",
|
|
|
+ "cbor-diag",
|
|
|
+ "ciborium",
|
|
|
+ "futures",
|
|
|
+ "instant",
|
|
|
+ "lightning-invoice",
|
|
|
+ "once_cell",
|
|
|
+ "rand",
|
|
|
+ "reqwest",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "serde_with",
|
|
|
+ "thiserror 2.0.9",
|
|
|
+ "tracing",
|
|
|
+ "url",
|
|
|
+ "utoipa",
|
|
|
+ "uuid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "cdk-fake-wallet"
|
|
|
version = "0.6.0"
|
|
|
dependencies = [
|
|
@@ -985,7 +1014,7 @@ name = "cdk-redb"
|
|
|
version = "0.6.0"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
- "cashu",
|
|
|
+ "cdk-common",
|
|
|
"lightning-invoice",
|
|
|
"redb",
|
|
|
"serde",
|
|
@@ -1016,7 +1045,7 @@ version = "0.6.0"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
"bitcoin 0.32.5",
|
|
|
- "cashu",
|
|
|
+ "cdk-common",
|
|
|
"lightning-invoice",
|
|
|
"serde_json",
|
|
|
"sqlx",
|
|
@@ -1051,12 +1080,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "cfg_aliases"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "chacha20"
|
|
|
version = "0.9.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1266,16 +1289,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "core-foundation"
|
|
|
-version = "0.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "core-foundation-sys"
|
|
|
version = "0.8.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1535,7 +1548,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
- "windows-sys 0.59.0",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1585,7 +1598,7 @@ dependencies = [
|
|
|
"tokio-stream",
|
|
|
"tonic",
|
|
|
"tonic-build",
|
|
|
- "tower 0.4.13",
|
|
|
+ "tower",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1601,7 +1614,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
|
|
dependencies = [
|
|
|
"crc32fast",
|
|
|
- "miniz_oxide",
|
|
|
+ "miniz_oxide 0.8.2",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1777,9 +1790,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gimli"
|
|
|
-version = "0.31.1"
|
|
|
+version = "0.23.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
+checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
|
|
|
|
|
[[package]]
|
|
|
name = "glob"
|
|
@@ -1820,11 +1833,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "half"
|
|
|
-version = "2.4.1"
|
|
|
+version = "2.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
|
+checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
|
|
dependencies = [
|
|
|
- "cfg-if",
|
|
|
"crunchy",
|
|
|
]
|
|
|
|
|
@@ -2072,21 +2084,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "hyper-rustls"
|
|
|
-version = "0.27.5"
|
|
|
+version = "0.26.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
|
|
+checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
|
|
|
dependencies = [
|
|
|
"futures-util",
|
|
|
"http 1.2.0",
|
|
|
"hyper 1.5.2",
|
|
|
"hyper-util",
|
|
|
- "rustls 0.23.20",
|
|
|
- "rustls-native-certs 0.8.1",
|
|
|
+ "rustls 0.22.4",
|
|
|
"rustls-pki-types",
|
|
|
"tokio",
|
|
|
- "tokio-rustls 0.26.1",
|
|
|
+ "tokio-rustls 0.25.0",
|
|
|
"tower-service",
|
|
|
- "webpki-roots 0.26.7",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2640,6 +2650,16 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
[[package]]
|
|
|
name = "miniz_oxide"
|
|
|
+version = "0.4.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
+dependencies = [
|
|
|
+ "adler",
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "miniz_oxide"
|
|
|
version = "0.8.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
|
@@ -2660,20 +2680,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "mio"
|
|
|
-version = "1.0.3"
|
|
|
+version = "0.8.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
|
+checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"wasi",
|
|
|
- "windows-sys 0.52.0",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "moka"
|
|
|
-version = "0.11.3"
|
|
|
+version = "0.11.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f"
|
|
|
+checksum = "36506f2f935238463605f3bb13b362f1949daafc3b347d05d60ae08836db2bd2"
|
|
|
dependencies = [
|
|
|
"async-io",
|
|
|
"async-lock",
|
|
@@ -2681,6 +2701,7 @@ dependencies = [
|
|
|
"crossbeam-epoch",
|
|
|
"crossbeam-utils",
|
|
|
"futures-util",
|
|
|
+ "num_cpus",
|
|
|
"once_cell",
|
|
|
"parking_lot 0.12.3",
|
|
|
"quanta",
|
|
@@ -2866,15 +2887,22 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "object"
|
|
|
-version = "0.36.7"
|
|
|
+name = "num_cpus"
|
|
|
+version = "1.16.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
|
+checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
dependencies = [
|
|
|
- "memchr",
|
|
|
+ "hermit-abi 0.3.9",
|
|
|
+ "libc",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "object"
|
|
|
+version = "0.23.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "once_cell"
|
|
|
version = "1.20.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3317,58 +3345,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "quinn"
|
|
|
-version = "0.11.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "pin-project-lite",
|
|
|
- "quinn-proto",
|
|
|
- "quinn-udp",
|
|
|
- "rustc-hash",
|
|
|
- "rustls 0.23.20",
|
|
|
- "socket2 0.5.8",
|
|
|
- "thiserror 2.0.9",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn-proto"
|
|
|
-version = "0.11.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "getrandom",
|
|
|
- "rand",
|
|
|
- "ring 0.17.8",
|
|
|
- "rustc-hash",
|
|
|
- "rustls 0.23.20",
|
|
|
- "rustls-pki-types",
|
|
|
- "slab",
|
|
|
- "thiserror 2.0.9",
|
|
|
- "tinyvec",
|
|
|
- "tracing",
|
|
|
- "web-time",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quinn-udp"
|
|
|
-version = "0.5.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
|
|
|
-dependencies = [
|
|
|
- "cfg_aliases",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "socket2 0.5.8",
|
|
|
- "tracing",
|
|
|
- "windows-sys 0.59.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "quote"
|
|
|
version = "1.0.38"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3500,14 +3476,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "1.11.1"
|
|
|
+version = "1.9.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
+checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
|
|
dependencies = [
|
|
|
"aho-corasick",
|
|
|
"memchr",
|
|
|
- "regex-automata 0.4.9",
|
|
|
- "regex-syntax 0.8.5",
|
|
|
+ "regex-automata 0.3.9",
|
|
|
+ "regex-syntax 0.7.5",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3521,13 +3497,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex-automata"
|
|
|
-version = "0.4.9"
|
|
|
+version = "0.3.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
+checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
|
|
dependencies = [
|
|
|
"aho-corasick",
|
|
|
"memchr",
|
|
|
- "regex-syntax 0.8.5",
|
|
|
+ "regex-syntax 0.7.5",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3538,15 +3514,15 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex-syntax"
|
|
|
-version = "0.8.5"
|
|
|
+version = "0.7.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
+checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
|
|
|
|
|
[[package]]
|
|
|
name = "reqwest"
|
|
|
-version = "0.12.12"
|
|
|
+version = "0.12.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
|
|
+checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
|
|
|
dependencies = [
|
|
|
"async-compression",
|
|
|
"base64 0.22.1",
|
|
@@ -3557,7 +3533,7 @@ dependencies = [
|
|
|
"http-body 1.0.1",
|
|
|
"http-body-util",
|
|
|
"hyper 1.5.2",
|
|
|
- "hyper-rustls 0.27.5",
|
|
|
+ "hyper-rustls 0.26.0",
|
|
|
"hyper-util",
|
|
|
"ipnet",
|
|
|
"js-sys",
|
|
@@ -3566,27 +3542,25 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"percent-encoding",
|
|
|
"pin-project-lite",
|
|
|
- "quinn",
|
|
|
- "rustls 0.23.20",
|
|
|
- "rustls-native-certs 0.8.1",
|
|
|
+ "rustls 0.22.4",
|
|
|
+ "rustls-native-certs 0.7.3",
|
|
|
"rustls-pemfile 2.2.0",
|
|
|
"rustls-pki-types",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
- "sync_wrapper 1.0.2",
|
|
|
+ "sync_wrapper",
|
|
|
"tokio",
|
|
|
- "tokio-rustls 0.26.1",
|
|
|
+ "tokio-rustls 0.25.0",
|
|
|
"tokio-socks",
|
|
|
"tokio-util",
|
|
|
- "tower 0.5.2",
|
|
|
"tower-service",
|
|
|
"url",
|
|
|
"wasm-bindgen",
|
|
|
"wasm-bindgen-futures",
|
|
|
"web-sys",
|
|
|
"webpki-roots 0.26.7",
|
|
|
- "windows-registry",
|
|
|
+ "winreg",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3693,12 +3667,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "rustc-hash"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "rustc_version"
|
|
|
version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3731,7 +3699,7 @@ dependencies = [
|
|
|
"errno",
|
|
|
"libc",
|
|
|
"linux-raw-sys 0.4.14",
|
|
|
- "windows-sys 0.59.0",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3760,6 +3728,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustls"
|
|
|
+version = "0.22.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "ring 0.17.8",
|
|
|
+ "rustls-pki-types",
|
|
|
+ "rustls-webpki 0.102.8",
|
|
|
+ "subtle",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustls"
|
|
|
version = "0.23.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
|
|
@@ -3781,19 +3763,20 @@ dependencies = [
|
|
|
"openssl-probe",
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
"schannel",
|
|
|
- "security-framework 2.11.1",
|
|
|
+ "security-framework",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustls-native-certs"
|
|
|
-version = "0.8.1"
|
|
|
+version = "0.7.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
|
|
+checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
|
|
dependencies = [
|
|
|
"openssl-probe",
|
|
|
+ "rustls-pemfile 2.2.0",
|
|
|
"rustls-pki-types",
|
|
|
"schannel",
|
|
|
- "security-framework 3.1.0",
|
|
|
+ "security-framework",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3819,9 +3802,6 @@ name = "rustls-pki-types"
|
|
|
version = "1.10.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
|
|
-dependencies = [
|
|
|
- "web-time",
|
|
|
-]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustls-webpki"
|
|
@@ -3968,20 +3948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
dependencies = [
|
|
|
"bitflags 2.6.0",
|
|
|
- "core-foundation 0.9.4",
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
- "security-framework-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "security-framework"
|
|
|
-version = "3.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "81d3f8c9bfcc3cbb6b0179eb57042d75b1582bdc65c3cb95f3fa999509c03cbc"
|
|
|
-dependencies = [
|
|
|
- "bitflags 2.6.0",
|
|
|
- "core-foundation 0.10.0",
|
|
|
+ "core-foundation",
|
|
|
"core-foundation-sys",
|
|
|
"libc",
|
|
|
"security-framework-sys",
|
|
@@ -4080,17 +4047,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_with"
|
|
|
-version = "3.12.0"
|
|
|
+version = "3.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
|
|
|
+checksum = "21e47d95bc83ed33b2ecf84f4187ad1ab9685d18ff28db000c99deac8ce180e3"
|
|
|
dependencies = [
|
|
|
- "base64 0.22.1",
|
|
|
+ "base64 0.21.7",
|
|
|
"chrono",
|
|
|
"hex",
|
|
|
"indexmap 1.9.3",
|
|
|
- "indexmap 2.7.0",
|
|
|
"serde",
|
|
|
- "serde_derive",
|
|
|
"serde_json",
|
|
|
"serde_with_macros",
|
|
|
"time",
|
|
@@ -4098,9 +4063,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_with_macros"
|
|
|
-version = "3.12.0"
|
|
|
+version = "3.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
|
|
|
+checksum = "ea3cee93715c2e266b9338b7544da68a9f24e227722ba482bd1c024367c77c65"
|
|
|
dependencies = [
|
|
|
"darling",
|
|
|
"proc-macro2",
|
|
@@ -4356,7 +4321,7 @@ dependencies = [
|
|
|
"serde_json",
|
|
|
"thiserror 1.0.69",
|
|
|
"tokio",
|
|
|
- "tower 0.4.13",
|
|
|
+ "tower",
|
|
|
"tower-http",
|
|
|
]
|
|
|
|
|
@@ -4412,15 +4377,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "sync_wrapper"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "synstructure"
|
|
|
version = "0.13.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4448,7 +4404,7 @@ dependencies = [
|
|
|
"getrandom",
|
|
|
"once_cell",
|
|
|
"rustix 0.38.42",
|
|
|
- "windows-sys 0.59.0",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -4569,20 +4525,21 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio"
|
|
|
-version = "1.42.0"
|
|
|
+version = "1.38.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
|
|
+checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df"
|
|
|
dependencies = [
|
|
|
"backtrace",
|
|
|
"bytes",
|
|
|
"libc",
|
|
|
"mio",
|
|
|
+ "num_cpus",
|
|
|
"parking_lot 0.12.3",
|
|
|
"pin-project-lite",
|
|
|
"signal-hook-registry",
|
|
|
"socket2 0.5.8",
|
|
|
"tokio-macros",
|
|
|
- "windows-sys 0.52.0",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -4597,9 +4554,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-macros"
|
|
|
-version = "2.4.0"
|
|
|
+version = "2.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
+checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -4629,6 +4586,17 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-rustls"
|
|
|
+version = "0.25.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
|
|
+dependencies = [
|
|
|
+ "rustls 0.22.4",
|
|
|
+ "rustls-pki-types",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio-rustls"
|
|
|
version = "0.26.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
|
@@ -4651,9 +4619,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-stream"
|
|
|
-version = "0.1.17"
|
|
|
+version = "0.1.15"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
|
+checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
|
|
dependencies = [
|
|
|
"futures-core",
|
|
|
"pin-project-lite",
|
|
@@ -4705,9 +4673,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-util"
|
|
|
-version = "0.7.13"
|
|
|
+version = "0.7.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
|
|
+checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"futures-core",
|
|
@@ -4749,7 +4717,7 @@ dependencies = [
|
|
|
"tokio",
|
|
|
"tokio-rustls 0.24.1",
|
|
|
"tokio-stream",
|
|
|
- "tower 0.4.13",
|
|
|
+ "tower",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
|
"tracing",
|
|
@@ -4789,21 +4757,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tower"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
-dependencies = [
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "pin-project-lite",
|
|
|
- "sync_wrapper 1.0.2",
|
|
|
- "tokio",
|
|
|
- "tower-layer",
|
|
|
- "tower-service",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "tower-http"
|
|
|
version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4820,7 +4773,7 @@ dependencies = [
|
|
|
"pin-project-lite",
|
|
|
"tokio",
|
|
|
"tokio-util",
|
|
|
- "tower 0.4.13",
|
|
|
+ "tower",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
|
]
|
|
@@ -5263,16 +5216,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "web-time"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
-dependencies = [
|
|
|
- "js-sys",
|
|
|
- "wasm-bindgen",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "webpki"
|
|
|
version = "0.22.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -5322,7 +5265,7 @@ version = "0.1.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
|
dependencies = [
|
|
|
- "windows-sys 0.59.0",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -5341,36 +5284,6 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "windows-registry"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
-dependencies = [
|
|
|
- "windows-result",
|
|
|
- "windows-strings",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-result"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-strings"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
-dependencies = [
|
|
|
- "windows-result",
|
|
|
- "windows-targets 0.52.6",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.48.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -5519,6 +5432,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "winreg"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "write16"
|
|
|
version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -5647,28 +5570,30 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "zstd"
|
|
|
-version = "0.13.2"
|
|
|
+version = "0.12.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
|
+checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
|
|
|
dependencies = [
|
|
|
"zstd-safe",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "zstd-safe"
|
|
|
-version = "7.2.1"
|
|
|
+version = "6.0.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
|
+checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
|
|
|
dependencies = [
|
|
|
+ "libc",
|
|
|
"zstd-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "zstd-sys"
|
|
|
-version = "2.0.13+zstd.1.5.6"
|
|
|
+version = "2.0.8+zstd.1.5.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
|
+checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
+ "libc",
|
|
|
"pkg-config",
|
|
|
]
|