Skip to content

Commit

Permalink
build(deps): bump quinn from 0.9.4 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.9.4 to 0.10.2.
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@0.9.4...0.10.2)

---
updated-dependencies:
- dependency-name: quinn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 8a9330c commit b7aa520
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ network-interface = "1.1.1"
parking_lot = "0.12.3"
pin-project = "1.1.0"
prost = "0.11.8"
quinn = { version = "0.9.3", default-features = false, features = ["tls-rustls", "runtime-tokio"] }
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "runtime-tokio"] }
rand = { version = "0.8.0", features = ["getrandom"] }
rcgen = "0.10.0"
ring = "0.16.20"
Expand Down

0 comments on commit b7aa520

Please sign in to comment.