Skip to content

Commit

Permalink
deps: update to quinn@0.11.5 (patched).
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Sep 3, 2024
1 parent 4fcb949 commit 6d2f3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ required-features = ["self-signed"]
[dependencies]
bytes = "1.4.0"
pem = "3.0.4"
quinn = { version = "0.11.3", default-features = false, features = ["runtime-tokio", "rustls"] }
quinn = { version = "0.11.5", default-features = false, features = ["runtime-tokio", "rustls"] }
rcgen = { version = "0.13.1", optional = true }
rustls = { version = "0.23.12", default-features = false, features = ["ring"] }
rustls-native-certs = "0.8.0"
Expand Down

0 comments on commit 6d2f3f0

Please sign in to comment.