Skip to content

Commit

Permalink
build(deps): bump actix-web from 4.6.0 to 4.7.0 (#49)
Browse files Browse the repository at this point in the history
Bumps [actix-web](https://github.com/actix/actix-web) from 4.6.0 to 4.7.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.6.0...web-v4.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent e57b1d7 commit 8421656
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "producer-server"
path = "src/producer-server.rs"

[dependencies]
actix-web = "4.6.0"
actix-web = "4.7.0"
dotenv = "0.15.0"
futures = "0.3.30"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default-run = "server"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "4.6.0"
actix-web = "4.7.0"
chrono = { version = "0.4.38", features = ["serde"] }
dotenv = "0.15.0"
envconfig = "0.10.0"
Expand Down

0 comments on commit 8421656

Please sign in to comment.