Skip to content

Commit 2dfb45e

Browse files
tokio-quiche: release 0.13.0
Changes: 66fb806 Revert recent changes to datagram-socket SocketStats (#2286) 86a79a7 tokio-quiche: command to update ConnectionStats (#2283) c53da3f Clippy Fixes. (#2282) 862ab1a Add stats for DATA_BLOCKED and STREAM_DATA_BLOCKED frames sent and received (#2269) eef7913 Add stream reset and stopped counts to SocketStats (#2266) aecfd90 tokio-quiche: remove debug_assert! in process_write_frame
1 parent d680c81 commit 2dfb45e

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
@@ -67,7 +67,7 @@ smallvec = { version = "1.10", default-features = false }
6767
task-killswitch = { version = "0.2.0", path = "./task-killswitch" }
6868
thiserror = { version = "2" }
6969
tokio = { version = "1.44", default-features = false }
70-
tokio-quiche = { version = "0.12.0", path = "./tokio-quiche" }
70+
tokio-quiche = { version = "0.13.0", path = "./tokio-quiche" }
7171
tokio-stream = { version = "0.1" }
7272
tokio-util = { version = "0.7.13" }
7373
triomphe = { version = "0.1" }

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.12.0"
3+
version = "0.13.0"
44
description = "Asynchronous wrapper around quiche"
55
repository = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)