diff --git a/Cargo.toml b/Cargo.toml index 14ada6e01..42ded44bb 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.22", default-features = false, features = ["json", "rustls-tls", "stream"] } sentry-tracing = { version = "0.31.5" } serde = { version = "^1" } serde_json = { version = "^1" }