Skip to content

Commit

Permalink
Update quinn lib to 0.8.4 (solana-labs#27119)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs authored Aug 15, 2022
1 parent 0e30609 commit 091d69d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 126 deletions.
72 changes: 11 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ itertools = "0.10.2"
jsonrpc-core = "18.0.0"
lazy_static = "1.4.0"
log = "0.4.17"
quinn = "0.8.3"
quinn-proto = "0.8.3"
quinn = "0.8.4"
quinn-proto = "0.8.4"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
Expand Down
72 changes: 11 additions & 61 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ nix = "0.24.2"
pem = "1.0.2"
percentage = "0.1.0"
pkcs8 = { version = "0.8.0", features = ["alloc"] }
quinn = {git = "https://github.com/quinn-rs/quinn.git", rev = "37c19743cc881cf71369946d572849d5d2ffc3fd"}
quinn-proto = {git = "https://github.com/quinn-rs/quinn.git", rev = "37c19743cc881cf71369946d572849d5d2ffc3fd"}
quinn = "0.8.4"
quinn-proto = "0.8.4"

rand = "0.7.0"
rcgen = "0.9.2"
Expand Down

0 comments on commit 091d69d

Please sign in to comment.