Skip to content

Commit 5d60517

Browse files
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](actix/actix-web@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] <[email protected]>
1 parent c3470f4 commit 5d60517

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.85.0" # MSRV
1111
[workspace.dependencies]
1212
async-trait = "0.1.88"
1313
uuid = { version = "^1.18.0", features = ["serde", "v4"] }
14-
actix-web = "^4.11.0"
14+
actix-web = "^4.12.0"
1515
anyhow = "1.0"
1616
thiserror = "2.0"
1717
futures = "^0.3.25"

0 commit comments

Comments
 (0)