diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 2e9b8a28019..8989e9f9b65 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ['derive'] } serde_derive = "1.0" serde_json = "1.0" tempfile = "3.0" -ureq = { version = "2.7", default-features = false, features = ["brotli", "gzip"] } +ureq = { version = "3.0", default-features = false, features = ["brotli", "gzip"] } walrus = "0.23" wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.100" } wasm-bindgen-shared = { path = "../shared", version = "=0.2.100" }