From 00a69ffa5445c8613d46cfa60f7fd70a9944af54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 06:53:41 +0000 Subject: [PATCH] Pin Rust crate ureq to =3.0.11 --- crates/generate_blog/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/generate_blog/Cargo.toml b/crates/generate_blog/Cargo.toml index 92343c879..7fc9607ca 100644 --- a/crates/generate_blog/Cargo.toml +++ b/crates/generate_blog/Cargo.toml @@ -9,4 +9,4 @@ inquire = "=0.7.5" serde = "=1.0.219" toml = "=0.8.22" rust_team_data = { git = "https://github.com/rust-lang/team" } -ureq = { version = "3", features = ["rustls", "json"] } +ureq = { version = "=3.0.11", features = ["rustls", "json"] }