Skip to content

Commit 2665d36

Browse files
chore(deps): Bump axum from 0.6.20 to 0.7.3
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.3. - [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.3) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2f3259 commit 2665d36

File tree

2 files changed

+142
-34
lines changed

2 files changed

+142
-34
lines changed

Cargo.lock

Lines changed: 141 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-ingester
235235
arc-swap = { version = "1.6", default-features = false, optional = true }
236236
async-compression = { version = "0.4.5", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
237237
apache-avro = { version = "0.16.0", default-features = false, optional = true }
238-
axum = { version = "0.6.20", default-features = false }
238+
axum = { version = "0.7.3", default-features = false }
239239
base64 = { version = "0.21.7", default-features = false, optional = true }
240240
bloomy = { version = "1.2.0", default-features = false, optional = true }
241241
bollard = { version = "0.15.0", default-features = false, features = ["ssl", "chrono"], optional = true }

0 commit comments

Comments
 (0)