From 0ffee0d03f4ac28514e680444909dae2e1e2d155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:15:56 +0000 Subject: [PATCH] build(deps): bump actix-web from 4.11.0 to 4.12.0 Bumps [actix-web](https://github.com/actix/actix-web) from 4.11.0 to 4.12.0. - [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.0) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.12.0 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..7dd7bed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.11.0" +version = "4.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" +checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" 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