From ce0cee9fa2cf77076b2f423ff0885715913a7259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:34:34 +0000 Subject: [PATCH] build(deps): bump actix-web from 4.11.0 to 4.12.1 Bumps [actix-web](https://github.com/actix/actix-web) from 4.11.0 to 4.12.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v4.11.0...web-v4.12.1) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feb99c1..ec319de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.11.0" +version = "4.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" +checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6" dependencies = [ "actix-codec", "actix-http", @@ -167,7 +167,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "socket2 0.5.10", + "socket2 0.6.0", "time", "tracing", "url", diff --git a/Cargo.toml b/Cargo.toml index c34f61f..bd02ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ ratatui = "^0.29" crossterm = "^0.29" serde = { version = "^1.0", features = ["derive"] } toml = "^0.9" -actix-web = "^4.11" \ No newline at end of file +actix-web = "^4.12" \ No newline at end of file