From 7d257831ac7e407f316a42bf28455e733ceeed24 Mon Sep 17 00:00:00 2001 From: BiagioFesta <15035284+BiagioFesta@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:38:33 +0100 Subject: [PATCH] cargo: bump packages version 0.4.0 -> 0.5.0 --- wtransport-proto/Cargo.toml | 2 +- wtransport/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wtransport-proto/Cargo.toml b/wtransport-proto/Cargo.toml index d70708ed..704aa1c4 100644 --- a/wtransport-proto/Cargo.toml +++ b/wtransport-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtransport-proto" -version = "0.4.0" +version = "0.5.0" 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 14856029..4ee901ea 100644 --- a/wtransport/Cargo.toml +++ b/wtransport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtransport" -version = "0.4.0" +version = "0.5.0" 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.4.0", path = "../wtransport-proto", features = ["async"] } +wtransport-proto = { version = "0.5.0", path = "../wtransport-proto", features = ["async"] } x509-parser = "0.16.0" [dev-dependencies]