Skip to content

Commit

Permalink
Bump the all group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates in the / directory: [axum](https://github.com/tokio-rs/axum), [tower](https://github.com/tower-rs/tower), [tower-http](https://github.com/tower-rs/tower-http) and [http-body](https://github.com/hyperium/http-body).


Updates `axum` from 0.5.17 to 0.6.20
- [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.5.17...axum-v0.6.20)

Updates `tower` from 0.4.13 to 0.5.2
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.2)

Updates `tower-http` from 0.3.5 to 0.6.2
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.3.5...tower-http-0.6.2)

Updates `http-body` from 0.4.6 to 1.0.1
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@v0.4.6...v1.0.1)

Updates `axum-core` from 0.2.9 to 0.3.4
- [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-core-v0.2.9...axum-core-v0.3.4)

Updates `matchit` from 0.5.0 to 0.7.3
- [Release notes](https://github.com/ibraheemdev/matchit/releases)
- [Commits](ibraheemdev/matchit@v0.5.0...v0.7.3)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: http-body
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: axum-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: matchit
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 1cf533b commit e3a0c51
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 29 deletions.
95 changes: 70 additions & 25 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ log = "^0.4"
json_env_logger2 = "^0.2"
kv-log-macro = "^1.0"
tokio = { version = "^1", features = ["full"] }
axum = { version = "^0.5", features = ["headers", "http2"] }
tower = { version = "^0.4", features = ["make"] }
tower-http = { version = "^0.3", features = ["cors", "limit"] }
axum = { version = "^0.6", features = ["headers", "http2"] }
tower = { version = "^0.5", features = ["make"] }
tower-http = { version = "^0.6", features = ["cors", "limit"] }
serde = { version = "^1.0", features = ["derive"] }
serde_derive = "^1.0"
serde_bytes = "^0.11"
serde_bytes_wrapper = "0.1.0"
serde_json = "^1.0"
futures = "^0.3"
libc = "^0.2"
http-body = "^0.4"
http-body = "^1.0"
async-nats = "0.38.0"
rmp-serde= "^1.1"

Expand Down

0 comments on commit e3a0c51

Please sign in to comment.