Skip to content

Commit 70d6d3e

Browse files
committed
quiche: release 0.24.4
1 parent d796e1b commit 70d6d3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ octets = { version = "0.3.0", path = "./octets" }
4949
parking_lot = { version = "0.12.1", default-features = false }
5050
pin-project = { version = "1.0.12" }
5151
qlog = { version = "0.15.2", path = "./qlog" }
52-
quiche = { version = "0.24.3", path = "./quiche" }
52+
quiche = { version = "0.24.4", path = "./quiche" }
5353
rand = { version = "0.8" }
5454
regex = { version = "1.4.2" }
5555
ring = { version = "0.17.8" }

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 = "quiche"
3-
version = "0.24.3"
3+
version = "0.24.4"
44
authors = ["Alessandro Ghedini <[email protected]>"]
55
description = "🥧 Savoury implementation of the QUIC transport protocol and HTTP/3"
66
build = "src/build.rs"

0 commit comments

Comments
 (0)