Skip to content

Commit

Permalink
chore(deps): Bump actix-web from 4.8.0 to 4.9.0 (#96)
Browse files Browse the repository at this point in the history
Bumps [actix-web](https://github.com/actix/actix-web) from 4.8.0 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.8.0...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent b1a1f76 commit 5048af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ telemetry = ["tonic", "opentelemetry-otlp"]

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
actix-web = "4.4.0"
actix-web = "4.9.0"
futures = "0.3.28"
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
k8s-openapi = { version = "0.22", features = ["latest", "schemars"] }
Expand Down

0 comments on commit 5048af6

Please sign in to comment.