mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 03:35:14 +00:00
Bump quinn-proto version to 0.5.2
This commit is contained in:
committed by
Dirkjan Ochtman
parent
a6a83996d2
commit
7e32a8d95d
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "quinn-proto"
|
||||
version = "0.5.0"
|
||||
version = "0.5.2"
|
||||
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>", "Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/djc/quinn"
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ err-derive = "0.2"
|
||||
futures = "0.3.1"
|
||||
libc = "0.2.49"
|
||||
mio = "0.6"
|
||||
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.5.0" }
|
||||
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.5.2" }
|
||||
rustls = { version = "0.16", features = ["quic"] }
|
||||
rustls-native-certs = { version = "0.1.0", optional = true }
|
||||
tracing = "0.1.10"
|
||||
|
||||
Reference in New Issue
Block a user