From 68558bfeedde812b8149ccc40550566501f3c5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:51:22 +0000 Subject: [PATCH] chore(deps): bump actix-web-lab from 0.24.3 to 0.26.0 Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.24.3 to 0.26.0. - [Release notes](https://github.com/robjtede/actix-web-lab/releases) - [Commits](https://github.com/robjtede/actix-web-lab/commits) --- updated-dependencies: - dependency-name: actix-web-lab dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16edf186f..734de2171 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ "actix-service", "actix-utils", "futures-core", - "impl-more", + "impl-more 0.1.9", "pin-project-lite", "rustls-pki-types", "tokio", @@ -190,7 +190,7 @@ dependencies = [ "foldhash", "futures-core", "futures-util", - "impl-more", + "impl-more 0.1.9", "itoa", "language-tags", "log", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "actix-web-lab" -version = "0.24.3" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fde7e471db19a782577913d5fb56974fd247c5c841c56069632d4ea353f88e3" +checksum = "1a89606b86fd2f8c0ddd72ef0be171e58c919ee0b6914aa7b52354063e5ee361" dependencies = [ "actix-http", "actix-router", @@ -258,7 +258,7 @@ dependencies = [ "futures-core", "futures-util", "http 0.2.12", - "impl-more", + "impl-more 0.3.1", "itertools 0.14.0", "local-channel", "mime", @@ -276,9 +276,9 @@ dependencies = [ [[package]] name = "actix-web-lab-derive" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd80fa0bd6217e482112d9d87a05af8e0f8dec9e3aa51f34816f761c5cf7da7" +checksum = "2ac4d6e04e97fe707286509b4f338e99c5fb7249c770e1da074af5e27faa96b3" dependencies = [ "quote", "syn", @@ -2970,6 +2970,12 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" +[[package]] +name = "impl-more" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35a84fd5aa25fae5c0f4a33d9cac2ca017fc622cbd089be2229993514990f870" + [[package]] name = "indexmap" version = "2.13.0" @@ -4733,9 +4739,9 @@ dependencies = [ [[package]] name = "serde_html_form" -version = "0.2.8" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" +checksum = "0946d52b4b7e28823148aebbeceb901012c595ad737920d504fa8634bb099e6f" dependencies = [ "form_urlencoded", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index dfe6a9ea5..62a998ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ parquet = "57.1.0" # Web server and HTTP-related actix-cors = "0.7.0" -actix-web-lab = "0.24.3" +actix-web-lab = "0.26.0" actix-web = { version = "4.9.0", features = ["rustls-0_23"] } actix-web-httpauth = "0.8" actix-web-prometheus = { version = "0.1", default-features = false }