Skip to content

Commit

Permalink
chore: deps h3 and h3-quinn
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Oct 24, 2023
1 parent 15a58a1 commit 9152b06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion submodules/h3
12 changes: 6 additions & 6 deletions submodules/h3-quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
documentation = "https://docs.rs/h3-quinn"
Expand All @@ -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 }

0 comments on commit 9152b06

Please sign in to comment.