diff options
Diffstat (limited to 'third_party/rust/neqo-qpack/Cargo.toml')
-rw-r--r-- | third_party/rust/neqo-qpack/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/rust/neqo-qpack/Cargo.toml b/third_party/rust/neqo-qpack/Cargo.toml index 822cddd9c0..0758437fa7 100644 --- a/third_party/rust/neqo-qpack/Cargo.toml +++ b/third_party/rust/neqo-qpack/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.74.0" +rust-version = "1.76.0" name = "neqo-qpack" -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" @@ -36,7 +36,7 @@ path = "./../neqo-crypto" path = "./../neqo-transport" [dependencies.qlog] -version = "0.12" +version = "0.13" default-features = false [dependencies.static_assertions] |