|
@@ -1852,7 +1852,7 @@ dependencies = [
|
|
|
"plotters",
|
|
"plotters",
|
|
|
"prettytable-rs",
|
|
"prettytable-rs",
|
|
|
"primitive-types",
|
|
"primitive-types",
|
|
|
- "quinn",
|
|
|
|
|
|
|
+ "quinn-smol",
|
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
|
"randomx",
|
|
"randomx",
|
|
|
"rcgen",
|
|
"rcgen",
|
|
@@ -2458,7 +2458,7 @@ dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
"option-ext",
|
|
"option-ext",
|
|
|
"redox_users 0.5.2",
|
|
"redox_users 0.5.2",
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2791,7 +2791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -3964,7 +3964,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"hermit-abi 0.5.2",
|
|
"hermit-abi 0.5.2",
|
|
|
"libc",
|
|
"libc",
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4511,7 +4511,7 @@ version = "0.50.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -5496,7 +5496,7 @@ dependencies = [
|
|
|
"derive-deftly",
|
|
"derive-deftly",
|
|
|
"libc",
|
|
"libc",
|
|
|
"paste",
|
|
"paste",
|
|
|
- "thiserror 2.0.17",
|
|
|
|
|
|
|
+ "thiserror 1.0.69",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -5567,58 +5567,58 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
-name = "quinn"
|
|
|
|
|
|
|
+name = "quinn-proto-smol"
|
|
|
version = "0.12.0"
|
|
version = "0.12.0"
|
|
|
-source = "git+https://github.com/parazyd/quinn?branch=no-tokio#b254813169d1421641b48f241b20545543131912"
|
|
|
|
|
|
|
+source = "git+https://github.com/parazyd/quinn?branch=main#9069081cf4632f3882fa86d0aa6fbe5ec6473ffa"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "async-channel 2.5.0",
|
|
|
|
|
- "async-io",
|
|
|
|
|
"bytes",
|
|
"bytes",
|
|
|
- "cfg_aliases",
|
|
|
|
|
- "event-listener 5.4.1",
|
|
|
|
|
- "futures-io",
|
|
|
|
|
- "pin-project-lite",
|
|
|
|
|
- "quinn-proto",
|
|
|
|
|
- "quinn-udp",
|
|
|
|
|
|
|
+ "getrandom 0.3.4",
|
|
|
|
|
+ "lru-slab",
|
|
|
|
|
+ "rand 0.9.2",
|
|
|
|
|
+ "ring",
|
|
|
"rustc-hash 2.1.1",
|
|
"rustc-hash 2.1.1",
|
|
|
"rustls",
|
|
"rustls",
|
|
|
- "smol",
|
|
|
|
|
- "socket2",
|
|
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+ "slab",
|
|
|
"thiserror 2.0.17",
|
|
"thiserror 2.0.17",
|
|
|
|
|
+ "tinyvec",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
"web-time",
|
|
"web-time",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
-name = "quinn-proto"
|
|
|
|
|
|
|
+name = "quinn-smol"
|
|
|
version = "0.12.0"
|
|
version = "0.12.0"
|
|
|
-source = "git+https://github.com/parazyd/quinn?branch=no-tokio#b254813169d1421641b48f241b20545543131912"
|
|
|
|
|
|
|
+source = "git+https://github.com/parazyd/quinn?branch=main#9069081cf4632f3882fa86d0aa6fbe5ec6473ffa"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
|
+ "async-channel 2.5.0",
|
|
|
|
|
+ "async-io",
|
|
|
"bytes",
|
|
"bytes",
|
|
|
- "getrandom 0.3.4",
|
|
|
|
|
- "lru-slab",
|
|
|
|
|
- "rand 0.9.2",
|
|
|
|
|
- "ring",
|
|
|
|
|
|
|
+ "cfg_aliases",
|
|
|
|
|
+ "event-listener 5.4.1",
|
|
|
|
|
+ "futures-io",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "quinn-proto-smol",
|
|
|
|
|
+ "quinn-udp-smol",
|
|
|
"rustc-hash 2.1.1",
|
|
"rustc-hash 2.1.1",
|
|
|
"rustls",
|
|
"rustls",
|
|
|
- "rustls-pki-types",
|
|
|
|
|
- "slab",
|
|
|
|
|
|
|
+ "smol",
|
|
|
|
|
+ "socket2",
|
|
|
"thiserror 2.0.17",
|
|
"thiserror 2.0.17",
|
|
|
- "tinyvec",
|
|
|
|
|
"tracing",
|
|
"tracing",
|
|
|
"web-time",
|
|
"web-time",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
-name = "quinn-udp"
|
|
|
|
|
|
|
+name = "quinn-udp-smol"
|
|
|
version = "0.6.0"
|
|
version = "0.6.0"
|
|
|
-source = "git+https://github.com/parazyd/quinn?branch=no-tokio#b254813169d1421641b48f241b20545543131912"
|
|
|
|
|
|
|
+source = "git+https://github.com/parazyd/quinn?branch=main#9069081cf4632f3882fa86d0aa6fbe5ec6473ffa"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"cfg_aliases",
|
|
"cfg_aliases",
|
|
|
"libc",
|
|
"libc",
|
|
|
"socket2",
|
|
"socket2",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -6075,7 +6075,7 @@ dependencies = [
|
|
|
"errno",
|
|
"errno",
|
|
|
"libc",
|
|
"libc",
|
|
|
"linux-raw-sys",
|
|
"linux-raw-sys",
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -7019,7 +7019,7 @@ dependencies = [
|
|
|
"getrandom 0.3.4",
|
|
"getrandom 0.3.4",
|
|
|
"once_cell",
|
|
"once_cell",
|
|
|
"rustix",
|
|
"rustix",
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -9050,7 +9050,7 @@ version = "0.1.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "windows-sys 0.61.2",
|
|
|
|
|
|
|
+ "windows-sys 0.59.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|