diff --git a/wtransport-proto/Cargo.toml b/wtransport-proto/Cargo.toml index e2d8c78e..087f8810 100644 --- a/wtransport-proto/Cargo.toml +++ b/wtransport-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtransport-proto" -version = "0.3.0" +version = "0.3.1" license = "MIT OR Apache-2.0" authors = ["Biagio Festa"] description = "Implementation of the WebTransport (over HTTP3) protocol" diff --git a/wtransport/Cargo.toml b/wtransport/Cargo.toml index 28ef12fb..d47fda2c 100644 --- a/wtransport/Cargo.toml +++ b/wtransport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtransport" -version = "0.3.0" +version = "0.3.1" license = "MIT OR Apache-2.0" authors = ["Biagio Festa"] description = "Implementation of the WebTransport (over HTTP3) protocol" @@ -44,7 +44,7 @@ time = "0.3.21" tokio = { version = "1.28.1", default-features = false, features = ["macros", "fs", "io-util"] } tracing = "0.1.37" url = "2.4.0" -wtransport-proto = { version = "0.3.0", path = "../wtransport-proto", features = ["async"] } +wtransport-proto = { version = "0.3.1", path = "../wtransport-proto", features = ["async"] } x509-parser = "0.16.0" [dev-dependencies]