Skip to content

Commit

Permalink
chore(deps): Bump axum from 0.6.18 to 0.6.19
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.18 to 0.6.19.
- [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.18...axum-v0.6.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent fde77bd commit d933312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -240,7 +240,7 @@ greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-client-r
arc-swap = { version = "1.6", default-features = false, optional = true }
async-compression = { version = "0.4.1", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
apache-avro = { version = "0.15.0", default-features = false, optional = true }
axum = { version = "0.6.18", default-features = false }
axum = { version = "0.6.19", default-features = false }
base64 = { version = "0.21.2", default-features = false, optional = true }
bloomy = { version = "1.2.0", default-features = false, optional = true }
bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true }
Expand Down

0 comments on commit d933312

Please sign in to comment.