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 }