Skip to content

Commit caea234

Browse files
tokio-quiche: release 0.19.0
1 parent e85fc8e commit caea234

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ task-killswitch = { version = "0.2.1", path = "./task-killswitch" }
7070
thiserror = { version = "2" }
7171
humantime = { version = "2" }
7272
tokio = { version = "1.44", default-features = false }
73-
tokio-quiche = { version = "0.18.0", path = "./tokio-quiche" }
73+
tokio-quiche = { version = "0.19.0", path = "./tokio-quiche" }
7474
tokio-stream = { version = "0.1" }
7575
tokio-util = { version = "0.7.13" }
7676
url = { version = "2" }

tokio-quiche/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-quiche"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "Asynchronous wrapper around quiche"
55
repository = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)