Skip to content

Commit 8cd99bb

Browse files
build(deps): bump actix-web in /atcoder-problems-backend
Bumps [actix-web](https://github.com/actix/actix-web) from 4.0.1 to 4.1.0. - [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.0.1...web-v4.1.0) --- 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 eaf5f89 commit 8cd99bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -24,7 +24,7 @@ sql-client = { path = "./sql-client" }
2424
atcoder-client = { path = "./atcoder-client" }
2525

2626
# Web framework
27-
actix-web = "4.0.1"
27+
actix-web = "4.1.0"
2828
actix-service = "2.0.2"
2929
reqwest = { version = "0.11", features = ["json"] }
3030

0 commit comments

Comments
 (0)