quinn-proto: bump version 0.9.3 -> 0.10.0.

As part of upgrading the quinn-proto rustls dependency we must do
a semver incompatible version bump since rustls is exposed as part of
the public API.
This commit is contained in:
Daniel McCarney
2023-03-16 10:02:08 -04:00
committed by Benjamin Saunders
parent 5d1f7bccf2
commit b56d60bbec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "quinn-proto"
version = "0.9.3"
version = "0.10.0"
edition = "2021"
rust-version = "1.59"
license = "MIT OR Apache-2.0"
+1 -1
View File
@@ -23,7 +23,7 @@ maintenance = { status = "experimental" }
[dependencies]
libc = "0.2.69"
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.9", default-features = false }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.10", default-features = false }
socket2 = "0.4" # 0.5.1 has an MSRV of 1.63
tracing = "0.1.10"