Brennan 1 mēnesi atpakaļ
vecāks
revīzija
c0f5445b90
4 mainītis faili ar 14 papildinājumiem un 11 dzēšanām
  1. 2 4
      Cargo.lock
  2. 3 0
      Cargo.toml
  3. 5 7
      programs/sbf/Cargo.lock
  4. 4 0
      programs/sbf/Cargo.toml

+ 2 - 4
Cargo.lock

@@ -5630,8 +5630,7 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
 [[package]]
 name = "quinn"
 version = "0.11.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
+source = "git+https://github.com/anza-xyz/quinn?rev=fc4decb0cf79b1b210603294e96849d67e9c22e2#fc4decb0cf79b1b210603294e96849d67e9c22e2"
 dependencies = [
  "bytes",
  "cfg_aliases",
@@ -5650,8 +5649,7 @@ dependencies = [
 [[package]]
 name = "quinn-proto"
 version = "0.11.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
+source = "git+https://github.com/anza-xyz/quinn?rev=fc4decb0cf79b1b210603294e96849d67e9c22e2#fc4decb0cf79b1b210603294e96849d67e9c22e2"
 dependencies = [
  "bytes",
  "fastbloom",

+ 3 - 0
Cargo.toml

@@ -643,6 +643,9 @@ opt-level = 3
 [patch.crates-io]
 # for details, see https://github.com/anza-xyz/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf
 crossbeam-epoch = { git = "https://github.com/anza-xyz/crossbeam", rev = "fd279d707025f0e60951e429bf778b4813d1b6bf" }
+# for details, see https://github.com/anza-xyz/agave/issues/8262
+quinn = { git = "https://github.com/anza-xyz/quinn", rev = "fc4decb0cf79b1b210603294e96849d67e9c22e2" }
+quinn-proto = { git = "https://github.com/anza-xyz/quinn", rev = "fc4decb0cf79b1b210603294e96849d67e9c22e2" }
 
 # We include the following crates as our dependencies above from crates.io:
 #

+ 5 - 7
programs/sbf/Cargo.lock

@@ -4641,8 +4641,7 @@ dependencies = [
 [[package]]
 name = "quinn"
 version = "0.11.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
+source = "git+https://github.com/anza-xyz/quinn?rev=fc4decb0cf79b1b210603294e96849d67e9c22e2#fc4decb0cf79b1b210603294e96849d67e9c22e2"
 dependencies = [
  "bytes",
  "cfg_aliases",
@@ -4661,8 +4660,7 @@ dependencies = [
 [[package]]
 name = "quinn-proto"
 version = "0.11.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
+source = "git+https://github.com/anza-xyz/quinn?rev=fc4decb0cf79b1b210603294e96849d67e9c22e2#fc4decb0cf79b1b210603294e96849d67e9c22e2"
 dependencies = [
  "bytes",
  "fastbloom",
@@ -4683,15 +4681,15 @@ dependencies = [
 
 [[package]]
 name = "quinn-udp"
-version = "0.5.4"
+version = "0.5.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
+checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
 dependencies = [
  "libc",
  "once_cell",
  "socket2 0.5.10",
  "tracing",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]

+ 4 - 0
programs/sbf/Cargo.toml

@@ -266,6 +266,10 @@ strip = true
 name = "bpf_loader"
 
 [patch.crates-io]
+# for details, see https://github.com/anza-xyz/agave/issues/8262
+quinn = { git = "https://github.com/anza-xyz/quinn", rev = "fc4decb0cf79b1b210603294e96849d67e9c22e2" }
+quinn-proto = { git = "https://github.com/anza-xyz/quinn", rev = "fc4decb0cf79b1b210603294e96849d67e9c22e2" }
+
 # We include the following crates as our dependencies from crates.io:
 #
 #  * spl-associated-token-account-interface