diff --git a/Cargo.lock b/Cargo.lock index 53c7510..638011a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2876,9 +2876,9 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fd3ada1..685ca28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ tracing-subscriber = { version = "0.3", features = [ "fmt", "env-filter", ] } -reqwest = "0.13.3" +reqwest = "0.13.4" [dev-dependencies] http = "1"