From d9333126f5f3ee66e0dc22f4c17059f5422f58b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:04:12 +0000 Subject: [PATCH] chore(deps): Bump axum from 0.6.18 to 0.6.19 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](https://github.com/tokio-rs/axum/compare/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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4258555ba6d83..1c9bbc6e82924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,9 +1147,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.18" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" +checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 91c3cd6e97cab..542adbb068b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }