mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-22 03:03:39 +00:00
Version bump quinn to enforce patched quinn-proto
This commit is contained in:
committed by
Dirkjan Ochtman
parent
a8ec510fd1
commit
59bccd2e7e
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "quinn"
|
||||
version = "0.11.4"
|
||||
version = "0.11.5"
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Versatile QUIC transport protocol implementation"
|
||||
@@ -38,7 +38,7 @@ bytes = { workspace = true }
|
||||
futures-io = { workspace = true, optional = true }
|
||||
rustc-hash = { workspace = true }
|
||||
pin-project-lite = { workspace = true }
|
||||
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11.2", default-features = false }
|
||||
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11.7", default-features = false }
|
||||
rustls = { workspace = true, optional = true }
|
||||
smol = { workspace = true, optional = true }
|
||||
socket2 = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user