Skip to content

Commit 720acf7

Browse files
Bump actix-web from 4.1.0 to 4.2.1
Bumps [actix-web](https://github.com/actix/actix-web) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](actix/actix-web@web-v4.1.0...web-v4.2.1) --- updated-dependencies: - dependency-name: actix-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9618bca commit 720acf7

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Cargo.lock

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

rust-code-analysis-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "rust-code-analysis-web"
1313

1414
[dependencies]
1515
actix-rt = "^2.6"
16-
actix-web = "^4.1"
16+
actix-web = "^4.2"
1717
clap = { version = "^3.2.8", features = ["derive"] }
1818
futures = "^0.3"
1919
rust-code-analysis = { path = "..", version = "=0.0.24" }

0 commit comments

Comments
 (0)