summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-11 14:08:42 +0000
committerGitHub <noreply@github.com>2024-07-11 14:08:42 +0000
commitacd4cb83e8c9d89eefd63f82b9c0d7ce1e3c9214 (patch)
tree34ff92c3b7b1ca6928ee45d711a3ef20a5fc4f53
parenta7a5315638cdf34a0b0b5f27d7d95f492fa0b9d1 (diff)
Bump ureq from 2.9.7 to 2.10.0 (#13348)
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7608643d..c8bfe4ab4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6470,9 +6470,9 @@ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "ureq"
-version = "2.9.7"
+version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
+checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
dependencies = [
"base64 0.22.1",
"encoding_rs",
diff --git a/Cargo.toml b/Cargo.toml
index eb8a92c63..a0b3ef27f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -164,7 +164,7 @@ trash = "3.3"
umask = "2.1"
unicode-segmentation = "1.11"
unicode-width = "0.1"
-ureq = { version = "2.9", default-features = false }
+ureq = { version = "2.10", default-features = false }
url = "2.2"
uu_cp = "0.0.27"
uu_mkdir = "0.0.27"