diff --git a/Cargo.lock b/Cargo.lock index 423d644..4bffa24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3316,9 +3316,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4a2308b..5e01d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ emojis = { version = "0.8.2", optional = true } url = { version = "2.5.8", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -reqwest = { version = "0.13.3", features = ["cookies", "json", "query"] } +reqwest = { version = "0.13.4", features = ["cookies", "json", "query"] } [target.'cfg(target_arch = "wasm32")'.dependencies] reqwest = { version = "0.13.3", default-features = false, features = ["json", "query"] }