chore: deps h3 and h3-quinn

This commit is contained in:
Jun Kurihara 2023-10-24 10:38:29 +09:00
commit 9152b06e6f
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
3 changed files with 8 additions and 8 deletions

@ -1 +1 @@
Subproject commit a57ed224ac5d17a635eb71eb6f83c1196f581a51
Subproject commit b86df1220775d13b89cead99e787944b55991b1e

View file

@ -1,7 +1,7 @@
[package]
name = "h3-quinn"
version = "0.0.1"
rust-version = "1.59"
version = "0.0.4"
rust-version = "1.63"
authors = ["Jean-Christophe BEGUE <jc.begue@pm.me>"]
edition = "2018"
documentation = "https://docs.rs/h3-quinn"
@ -13,12 +13,12 @@ categories = ["network-programming", "web-programming"]
license = "MIT"
[dependencies]
h3 = { version = "0.0.2", path = "../h3/h3" }
h3 = { version = "0.0.3", path = "../h3/h3" }
bytes = "1"
quinn = { path = "../quinn/quinn/", default-features = false, features = [
"futures-io",
] }
quinn-proto = { path = "../quinn/quinn-proto/", default-features = false }
tokio-util = { version = "0.7.8" }
futures = { version = "0.3.27" }
tokio = { version = "1.28", features = ["io-util"], default-features = false }
tokio-util = { version = "0.7.9" }
futures = { version = "0.3.28" }
tokio = { version = "1.33.0", features = ["io-util"], default-features = false }

@ -1 +1 @@
Subproject commit b91efe7ed3c2169aed2d882d6eef415d8dbfd6bd
Subproject commit 30027eeacc7b620da62fc4825b94afd57ab0c7be