diff --git a/Cargo.toml b/Cargo.toml index 4577625..ed79738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "h3x" description = "Peer-to-peer DHTTP/3 transport over QUIC" -version = "0.6.0-beta.3" +version = "0.6.0-beta.4" edition = "2024" readme = "README.md" repository = "https://github.com/genmeta/h3x" @@ -31,7 +31,7 @@ tower-service = "0.3" dhttp-identity = "0.3.0-beta.1" # feature dquic -dquic = { version = "0.7.0-beta.2", optional = true } +dquic = { version = "0.7.0-beta.4", optional = true } # feature hyper http-body = { version = "1", optional = true }