Description: Update ureq requirement to 3.4.0
Index: ruff/crates/ruff_benchmark/Cargo.toml
===================================================================
--- ruff.orig/crates/ruff_benchmark/Cargo.toml
+++ ruff/crates/ruff_benchmark/Cargo.toml
@@ -35,7 +35,7 @@ once_cell.workspace = true
 serde.workspace = true
 serde_json.workspace = true
 url = "2.3.1"
-ureq = "2.6.2"
+ureq = "3.4.0"
 criterion = { version = "0.5.1", default-features = false }
 codspeed-criterion-compat = { version="2.2.0", default-features = false, optional = true}
 
Index: ruff/crates/ruff_cli/Cargo.toml
===================================================================
--- ruff.orig/crates/ruff_cli/Cargo.toml
+++ ruff/crates/ruff_cli/Cargo.toml
@@ -69,7 +69,7 @@ insta = { workspace = true, features = [
 insta-cmd = { version = "0.4.0" }
 tempfile = "3.6.0"
 test-case = { workspace = true }
-ureq = { version = "2.6.2", features = [] }
+ureq = { version = "3.4.0", features = [] }
 
 [target.'cfg(target_os = "windows")'.dependencies]
 mimalloc = "0.1.29"
