Skip to content

Commit 5b61409

Browse files
Pin Rust crate ureq to =3.0.11 (#1602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27bf750 commit 5b61409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/generate_blog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ inquire = "=0.7.5"
99
serde = "=1.0.219"
1010
toml = "=0.8.22"
1111
rust_team_data = { git = "https://github.com/rust-lang/team" }
12-
ureq = { version = "3", features = ["rustls", "json"] }
12+
ureq = { version = "=3.0.11", features = ["rustls", "json"] }

0 commit comments

Comments
 (0)