diff --git a/Cargo.lock b/Cargo.lock index 9b87f23c7..038d8eace 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5671,9 +5671,9 @@ checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" [[package]] name = "ureq" -version = "2.8.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" +checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97" dependencies = [ "base64", "encoding_rs", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index b3580626c..73be373cd 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.8", default-features = false, features = ["charset", "gzip", "json", "native-tls"] } +ureq = { version = "2.9", default-features = false, features = ["charset", "gzip", "json", "native-tls"] } url = "2.2" uu_cp = "0.0.23" uu_whoami = "0.0.23"