diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ffe572c..7b57797 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.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8896293..d6c2699 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.24", features = ["json"] } chrono = { version = "0.4.41", features = ["serde"] } serde_with = "3.14.0" tower = "0.5.2"