Skip to content

Commit 00a69ff

Browse files
Pin Rust crate ureq to =3.0.11
1 parent 27bf750 commit 00a69ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/generate_blog/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)