Skip to content

Commit 16ef4e3

Browse files
build(deps): update quiche requirement from 0.28 to 0.29 (#3090)
1 parent b4dc043 commit 16ef4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quic/s2n-quic-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zerocopy = { version = "0.8", features = ["derive"] }
2828
# quiche does not currently build on 32-bit platforms
2929
# see https://github.com/cloudflare/quiche/issues/2097
3030
[target.'cfg(not(target_arch = "x86"))'.dependencies]
31-
quiche = "0.28"
31+
quiche = "0.29"
3232

3333
# s2n-tls is required by ch_callback_server_local_address_test and doesn't build on Windows
3434
[target.'cfg(not(target_os = "windows"))'.dependencies]

0 commit comments

Comments
 (0)