Skip to content

Commit a15f3d1

Browse files
build(deps): bump quinn from 0.9.4 to 0.10.2
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] <support@github.com>
1 parent c6e25eb commit a15f3d1

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

Cargo.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ network-interface = "1.1.1"
2626
parking_lot = "0.12.3"
2727
pin-project = "1.1.0"
2828
prost = "0.12.6"
29-
quinn = { version = "0.9.3", default-features = false, features = ["tls-rustls", "runtime-tokio"] }
29+
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "runtime-tokio"] }
3030
rand = { version = "0.8.0", features = ["getrandom"] }
3131
rcgen = "0.10.0"
3232
ring = "0.16.20"

0 commit comments

Comments
 (0)