diff options
Diffstat (limited to 'third_party/rust/neqo-http3/Cargo.toml')
-rw-r--r-- | third_party/rust/neqo-http3/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/rust/neqo-http3/Cargo.toml b/third_party/rust/neqo-http3/Cargo.toml index c844ba43ef..6ab5f166f4 100644 --- a/third_party/rust/neqo-http3/Cargo.toml +++ b/third_party/rust/neqo-http3/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.74.0" +rust-version = "1.76.0" name = "neqo-http3" -version = "0.7.5" +version = "0.7.7" authors = ["The Neqo Authors <necko@mozilla.com>"] homepage = "https://github.com/mozilla/neqo/" license = "MIT OR Apache-2.0" @@ -43,7 +43,7 @@ path = "./../neqo-qpack" path = "./../neqo-transport" [dependencies.qlog] -version = "0.12" +version = "0.13" default-features = false [dependencies.sfv] |