Skip to content

Commit 12d2af7

Browse files
quiche: release 0.24.0
1 parent 20cf1f3 commit 12d2af7

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
@@ -48,7 +48,7 @@ octets = { version = "0.3.0", path = "./octets" }
4848
parking_lot = { version = "0.12.1", default-features = false }
4949
pin-project = { version = "1.0.12" }
5050
qlog = { version = "0.15.2", path = "./qlog" }
51-
quiche = { version = "0.23.7", path = "./quiche" }
51+
quiche = { version = "0.24.0", path = "./quiche" }
5252
rand = { version = "0.8" }
5353
regex = { version = "1.4.2" }
5454
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.23.7"
3+
version = "0.24.0"
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)