chore: deps s2n-quic

This commit is contained in:
Jun Kurihara 2024-06-12 11:09:04 +09:00
commit cbc1531056
No known key found for this signature in database
GPG key ID: 6D3FEE70E498C15B
3 changed files with 6 additions and 6 deletions

View file

@ -15,5 +15,5 @@ futures = { version = "0.3", default-features = false }
h3 = "0.0.5"
# s2n-quic = { path = "../s2n-quic" }
# s2n-quic-core = { path = "../s2n-quic-core" }
s2n-quic = { version = "1.38.1" }
s2n-quic-core = { version = "0.38.1" }
s2n-quic = { version = "1.39.0" }
s2n-quic-core = { version = "0.39.0" }