diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ffe572c..b9724a9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2045,9 +2045,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8896293..b645482 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -32,7 +32,7 @@ tower-http = { version = "0.6.6", features = ["full"] } youtube_dl = "0.10.0" serde_json = "1.0.140" dotenvy = "0.15.7" -reqwest = { version = "0.12.22", features = ["json"] } +reqwest = { version = "0.12.23", features = ["json"] } chrono = { version = "0.4.41", features = ["serde"] } serde_with = "3.14.0" tower = "0.5.2"