diff --git a/Cargo.toml b/Cargo.toml index fd4e777..17d44af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dyns" description = "DNS discovery and resolver support for DHTTP applications" -version = "0.7.0-beta.1" +version = "0.7.0-beta.2" edition = "2024" license = "Apache-2.0" repository = "https://github.com/genmeta/ddns" @@ -20,7 +20,7 @@ bitfield-struct = "0.13" bytes = "1" dashmap = { version = "6", optional = true } dhttp-identity = "0.3.0-beta.1" -dquic = "0.7.0-beta.2" +dquic = "0.7.0-beta.4" flume = { version = "0.12", optional = true } futures = "0.3" libc = { version = "0.2", optional = true } @@ -47,7 +47,7 @@ tokio = { version = "1", features = [ tracing = "0.1" x509-parser = { version = "0.18", features = ["verify"] } -h3x = { version = "0.6.0-beta.3", default-features = false, optional = true } +h3x = { version = "0.6.0-beta.4", default-features = false, optional = true } http = { version = "1", optional = true } http-body = { version = "1", optional = true } http-body-util = { version = "0.1", optional = true } @@ -80,7 +80,7 @@ mdns = ["dep:dashmap", "dep:flume", "dep:libc", "dep:socket2"] [dev-dependencies] clap = { version = "4", features = ["derive"] } -h3x = { version = "0.6.0-beta.3", default-features = false, features = ["dquic"] } +h3x = { version = "0.6.0-beta.4", default-features = false, features = ["dquic"] } shellexpand = "3" tracing-subscriber = { version = "0.3", features = ["env-filter"] }