From 6c6d215197da3e6f1596da58abd07e68b68e262e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:55:58 +0000 Subject: [PATCH] Bump ureq from 2.7.1 to 2.8.0 (#10573) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92fee234b5..82b93c740f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5606,9 +5606,9 @@ checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" [[package]] name = "ureq" -version = "2.7.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9" +checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" dependencies = [ "base64", "encoding_rs", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 398f9cb8cb..122633a1c6 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -86,7 +86,7 @@ terminal_size = "0.3" titlecase = "2.0" toml = "0.8" unicode-segmentation = "1.10" -ureq = { version = "2.7", default-features = false, features = ["charset", "gzip", "json", "native-tls"] } +ureq = { version = "2.8", default-features = false, features = ["charset", "gzip", "json", "native-tls"] } url = "2.2" uu_cp = "0.0.21" uuid = { version = "1.3", features = ["v4"] }