diff --git a/Cargo.toml b/Cargo.toml index b76680a6d..0bcc129c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libipld-json = { version = "0.16" } multihash = { version = "0.18" } pathdiff = { version = "0.2.1" } rand = { version = "0.8" } -reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls", "stream"] } +reqwest = { version = "=0.11.20", default-features = false, features = ["json", "rustls-tls", "stream"] } sentry-tracing = { version = "0.31.7" } serde = { version = "^1" } serde_json = { version = "^1" }