mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 18:53:27 +00:00
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:
committed by
Benjamin Saunders
parent
5d1f7bccf2
commit
b56d60bbec
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user