From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/neqo-qpack/Cargo.toml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'third_party/rust/neqo-qpack/Cargo.toml') diff --git a/third_party/rust/neqo-qpack/Cargo.toml b/third_party/rust/neqo-qpack/Cargo.toml index 7df63b7bf6..1becac8190 100644 --- a/third_party/rust/neqo-qpack/Cargo.toml +++ b/third_party/rust/neqo-qpack/Cargo.toml @@ -10,19 +10,20 @@ # See Cargo.toml.orig for the original contents. [package] -edition = "2018" -rust-version = "1.70.0" +edition = "2021" +rust-version = "1.74.0" name = "neqo-qpack" -version = "0.7.0" -authors = ["Dragana Damjanovic "] +version = "0.7.2" +authors = ["The Neqo Authors "] +homepage = "https://github.com/mozilla/neqo/" license = "MIT OR Apache-2.0" +repository = "https://github.com/mozilla/neqo/" -[dependencies] -lazy_static = "~1.4.0" -static_assertions = "~1.1.0" +[lib] +bench = false [dependencies.log] -version = "~0.4.17" +version = "0.4" default-features = false [dependencies.neqo-common] @@ -35,11 +36,16 @@ path = "./../neqo-crypto" path = "./../neqo-transport" [dependencies.qlog] -git = "https://github.com/cloudflare/quiche" -rev = "09ea4b244096a013071cfe2175bbf2945fb7f8d1" +version = "0.12" +default-features = false + +[dependencies.static_assertions] +version = "1.1" +default-features = false [dev-dependencies.test-fixture] path = "../test-fixture" -[features] -deny-warnings = [] +[lints.clippy.pedantic] +level = "warn" +priority = -1 -- cgit v1.2.3