Skip to content

Commit

Permalink
chore(deps): bump axum from 0.5.15 to 0.5.16 (#14373)
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.15 to 0.5.16.
- [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.15...axum-v0.5.16)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2022
1 parent eea2951 commit 5230fcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ vrl-stdlib = { path = "lib/vrl/stdlib" }
arc-swap = { version = "1.5", default-features = false, optional = true }
async-compression = { version = "0.3.12", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
avro-rs = { version = "0.13.0", default-features = false, optional = true }
axum = { version = "0.5.15", default-features = false }
axum = { version = "0.5.16", default-features = false }
base64 = { version = "0.13.0", default-features = false, optional = true }
bloom = { version = "0.3.2", default-features = false, optional = true }
bollard = { version = "0.13.0", default-features = false, features = ["ssl", "chrono"] }
Expand Down

0 comments on commit 5230fcd

Please sign in to comment.