Skip to content

Commit

Permalink
build(deps): bump actix-web from 4.4.1 to 4.9.0
Browse files Browse the repository at this point in the history
Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.1 to 4.9.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.4.1...web-v4.9.0)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 04ede1e commit d5d4194
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 19 deletions.
50 changes: 36 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cincinnati/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Alex Crawford <[email protected]>"]
edition = "2018"

[dependencies]
actix-web = "^4.4.1"
actix-web = "^4.9.0"
commons = { path = "../commons" }
custom_debug_derive = "^0.5"
daggy = { version = "^0.8.0", features = [ "serde-1" ] }
Expand Down
2 changes: 1 addition & 1 deletion commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stefan Junker <[email protected]>"]
edition = "2018"

[dependencies]
actix-web = "^4.4.1"
actix-web = "^4.9.0"
env_logger = "^0.10"
anyhow = "1.0"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion graph-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build = "src/build.rs"

[dependencies]
actix = "0.13.2"
actix-web = "^4.4.1"
actix-web = "^4.9.0"
chrono = "^0.4.38"
actix-files = "^0.6.5"
cincinnati = { path = "../cincinnati" }
Expand Down
2 changes: 1 addition & 1 deletion metadata-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actix = "0.13.2"
actix-cors = "^0.6.5"
actix-files = "^0.6.5"
actix-service = "2.0.2"
actix-web = "^4.4.1"
actix-web = "^4.9.0"
cincinnati = { path = "../cincinnati" }
commons = { path = "../commons" }
custom_debug_derive = "^0.5"
Expand Down
2 changes: 1 addition & 1 deletion policy-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "src/build.rs"
[dependencies]
actix = "0.13.2"
actix-cors = "^0.6.5"
actix-web = "^4.4.1"
actix-web = "^4.9.0"
cincinnati = { path = "../cincinnati" }
commons = { path = "../commons" }
env_logger = "^0.10"
Expand Down

0 comments on commit d5d4194

Please sign in to comment.