diff --git a/Cargo.lock b/Cargo.lock index 2571356..3f86d4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2643,9 +2643,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 652093c..8e48ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.12.23", features = ["json"] } regex = "1.11.3" chrono = "0.4.42" axum = "0.8.6" -tower-http = { version = "0.6.6", features = ["cors"] } +tower-http = { version = "0.6.7", features = ["cors"] } colored = "3.0.0" headless_chrome = "1.0.18" html2md = "0.2.15"