Skip to content

Commit 7242c6e

Browse files
Bump actix-web from 4.7.0 to 4.8.0 in /rust-backend
Bumps [actix-web](https://github.com/actix/actix-web) from 4.7.0 to 4.8.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.7.0...web-v4.8.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 9ae8acc commit 7242c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust-backend/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
actix-web = "4.7.0"
9+
actix-web = "4.8.0"
1010
chrono = { version = "0.4.38", features = ["serde"] }
1111
env_logger = "0.11.3"
1212
r2d2 = "0.8.10"

0 commit comments

Comments
 (0)