Skip to content

Commit f5d4676

Browse files
Bump ureq from 2.8.0 to 2.9.1 (#8993)
1 parent df69dc9 commit f5d4676

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ruff_benchmark/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ once_cell.workspace = true
3535
serde.workspace = true
3636
serde_json.workspace = true
3737
url = "2.5.0"
38-
ureq = "2.8.0"
38+
ureq = "2.9.1"
3939
criterion = { version = "0.5.1", default-features = false }
4040
codspeed-criterion-compat = { version="2.3.3", default-features = false, optional = true}
4141

crates/ruff_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ insta = { workspace = true, features = ["filters", "json"] }
6969
insta-cmd = { version = "0.4.0" }
7070
tempfile = "3.8.1"
7171
test-case = { workspace = true }
72-
ureq = { version = "2.8.0", features = [] }
72+
ureq = { version = "2.9.1", features = [] }
7373

7474
[target.'cfg(target_os = "windows")'.dependencies]
7575
mimalloc = "0.1.39"

0 commit comments

Comments
 (0)