diff --git a/Cargo.lock b/Cargo.lock index 4784689..19394ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,9 +1628,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.15" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64", "bytes 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 75df1f0..788712f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ hyper = { version = "0.14.20", features = ["http2", "server"] } lazy_static = "1.4.0" librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2.52.1" } quick-xml = "0.25.0" -reqwest = { version = "0.11.15", features = ["default-tls"] } +reqwest = { version = "0.11.18", features = ["default-tls"] } tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] } url = "2.3.1"