diff --git a/Cargo.lock b/Cargo.lock index c2cd7d6..c614ec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" dependencies = [ "axum-core", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 51a1b08..2c0a1ff 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.7" tower-http = { version = "0.6.6", features = ["cors"] } colored = "3.0.0" headless_chrome = "1.0.18"