diff --git a/Cargo.lock b/Cargo.lock index 4e467f9..412dd40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 0eb7416..ee96d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ mysql_common = { version = "0.32.4", default-features = false, features = [ "bigdecimal", ] } log = { version = "0.4.28", features = ["std"] } -axum = { version = "0.8.7", default-features = false, features = [ +axum = { version = "0.8.8", default-features = false, features = [ "json", "tokio", "query",