Skip to content

Commit deb653d

Browse files
chore(deps): bump actix-web in /reference-apps/rust (#103)
Bumps [actix-web](https://github.com/actix/actix-web) from 4.12.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.12.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff238cd commit deb653d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

reference-apps/rust/Cargo.lock

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

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
actix-web = "4.4"
7+
actix-web = "4.12"
88
actix-cors = "0.7"
99
tokio = { version = "1.35", features = ["full"] }
1010
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)