diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 25afac9..66b9bdb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1538,9 +1538,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d12ed3a..6521107 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -15,7 +15,7 @@ tower-http = { version = "0.6", features = ["cors", "fs", "trace"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } clap = { version = "4.6", features = ["derive"] } -reqwest = { version = "0.13.2", features = ["json"] } +reqwest = { version = "0.13.3", features = ["json"] } [profile.release] strip = true # Automatically strip symbols from the binary