Skip to content

Commit 3c2c4c3

Browse files
build(deps): bump actix-web in /atcoder-problems-backend
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] <[email protected]>
1 parent ce8b1bc commit 3c2c4c3

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed

atcoder-problems-backend/Cargo.lock

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

atcoder-problems-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sql-client = { path = "./sql-client" }
2323
atcoder-client = { path = "./atcoder-client" }
2424

2525
# Web framework
26-
actix-web = "4.1.0"
26+
actix-web = "4.2.1"
2727
actix-service = "2.0.2"
2828
reqwest = { version = "0.11", features = ["json"] }
2929

0 commit comments

Comments
 (0)