diff --git a/quic/s2n-quic/Cargo.toml b/quic/s2n-quic/Cargo.toml index f1da0d9406..d0c6a278c1 100644 --- a/quic/s2n-quic/Cargo.toml +++ b/quic/s2n-quic/Cargo.toml @@ -81,7 +81,7 @@ bolero = { version = "0.10" } # cargo package / cargo publish, as those commands do not respect the version pin # in downstream dev-dependencies (in s2n-quic-tls, in this case) jobserver = "=0.1.26" -regex = "=1.9.6" # newer versions require rust 1.65, see https://github.com/aws/s2n-quic/issues/1993 +regex = "=1.10.3" # newer versions require rust 1.65, see https://github.com/aws/s2n-quic/issues/1993 s2n-quic-core = { path = "../s2n-quic-core", features = ["branch-tracing", "event-tracing", "probe-tracing", "testing"] } s2n-quic-platform = { path = "../s2n-quic-platform", features = ["testing"] } s2n-quic-transport = { version = "=0.32.0", path = "../s2n-quic-transport", features = ["unstable_resumption"] }