Skip to content

Commit

Permalink
build(deps): bump the axum group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the axum group with 2 updates: [axum](https://github.com/tokio-rs/axum) and [axum-test](https://github.com/JosephLenton/axum-test).


Updates `axum` from 0.6.20 to 0.7.2
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.6.20...axum-v0.7.2)

Updates `axum-test` from 13.4.1 to 14.0.0
- [Commits](https://github.com/JosephLenton/axum-test/commits)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: axum
- dependency-name: axum-test
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: axum
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 88b0db5 commit 09fe446
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 41 deletions.
222 changes: 183 additions & 39 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
axum = { version = "0.6.20", features = ["tracing", "http2", "macros"] }
axum = { version = "0.7.2", features = ["tracing", "http2", "macros"] }
axum-server = { version = "0.5.1", features = ["rustls", "tls-rustls"] }
json-patch = "1.2.0"
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_24", "schemars"] }
Expand All @@ -27,7 +27,7 @@ opentelemetry_sdk = { version = "0.21.1", features = ["rt-tokio"] }
schematic = "0.12.10"

[dev-dependencies]
axum-test = "13.4.1"
axum-test = "14.0.0"
envtestkit = "1.1.2"
pretty_assertions = "1.4.0"
rstest = "0.18.2"
Expand Down

0 comments on commit 09fe446

Please sign in to comment.