Bump quinn-proto version to 0.5.2

This commit is contained in:
Benjamin Saunders
2019-12-15 00:26:56 -08:00
committed by Dirkjan Ochtman
parent a6a83996d2
commit 7e32a8d95d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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"