Skip to content

Commit f12287b

Browse files
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](actix/actix-web@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] <[email protected]>
1 parent 8434e1d commit f12287b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-web-httpauth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all-features = true
1919

2020
[dependencies]
2121
actix-utils = "3"
22-
actix-web = { version = "4.1", default-features = false }
22+
actix-web = { version = "4.122", default-features = false }
2323

2424
base64 = "0.22"
2525
futures-core = "0.3.17"

actix-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures-core = "0.3.17"
2323
tokio = { version = "1.48", features = ["sync"] }
2424

2525
[dev-dependencies]
26-
actix-web = "4.8"
26+
actix-web = "4.12"
2727
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
2828
tokio = { version = "1.48", features = ["sync", "rt", "macros"] }
2929
tracing = "0.1.30"

0 commit comments

Comments
 (0)