From 5ec9842c143da48fe23ab71eae300cd7b111739c Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Wed, 2 Aug 2023 12:47:24 +0200 Subject: [PATCH] bump test dependencies --- tests/Cargo.lock | 10 +++++----- tests/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/Cargo.lock b/tests/Cargo.lock index aa18327..fcde97f 100644 --- a/tests/Cargo.lock +++ b/tests/Cargo.lock @@ -10,9 +10,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.13.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "bitflags" @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.11" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64", "bytes", @@ -499,10 +499,10 @@ dependencies = [ "hyper-tls", "ipnet", "js-sys", - "lazy_static", "log", "mime", "native-tls", + "once_cell", "percent-encoding", "pin-project-lite", "serde", diff --git a/tests/Cargo.toml b/tests/Cargo.toml index aeeec60..c189021 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Arpad Borsos "] edition = "2021" [dependencies] -reqwest = "0.11.11" +reqwest = "0.11.18" watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] } [target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemallocator = "0.5" +tikv-jemallocator = "0.5.4"