Skip to content

Commit

Permalink
Fixed a cargo warning on specifing quinn dependencies (#27057)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs authored Aug 10, 2022
1 parent a00c045 commit ceb8f09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 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", branch = "0.8.x", commit = "37c19743cc881cf71369946d572849d5d2ffc3fd"}
quinn-proto = {git = "https://github.com/quinn-rs/quinn.git", branch = "0.8.x", commit = "37c19743cc881cf71369946d572849d5d2ffc3fd"}
quinn = {git = "https://github.com/quinn-rs/quinn.git", rev = "37c19743cc881cf71369946d572849d5d2ffc3fd"}
quinn-proto = {git = "https://github.com/quinn-rs/quinn.git", rev = "37c19743cc881cf71369946d572849d5d2ffc3fd"}

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

0 comments on commit ceb8f09

Please sign in to comment.