diff --git a/Cargo.lock b/Cargo.lock index 2571356..4df6225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 652093c..aa8d35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.3.31" reqwest = { version = "0.12.23", features = ["json"] } regex = "1.11.3" chrono = "0.4.42" -axum = "0.8.6" +axum = "0.8.8" tower-http = { version = "0.6.6", features = ["cors"] } colored = "3.0.0" headless_chrome = "1.0.18"