revert to quinn-0.8.5

This commit is contained in:
Jun Kurihara 2023-01-25 02:09:13 +09:00
commit d9f5b60551
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
2 changed files with 8 additions and 8 deletions

View file

@ -49,9 +49,9 @@ hyper-rustls = { version = "0.23.2", default-features = false, features = [
"http2",
] }
bytes = "1.3.0"
quinn = { version = "0.9.3", optional = true }
quinn = { version = "0.8.5", optional = true }
h3 = { path = "./h3/h3/", optional = true }
h3-quinn = { path = "./h3-quinn/", optional = true }
h3-quinn = { path = "./h3/h3-quinn/", optional = true }
thiserror = "1.0.38"
x509-parser = "0.14.0"
derive_builder = "0.12.0"