Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 0edc5c2 commit f28d8bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ opentelemetry = { git = "https://github.com/grafbase/opentelemetry-rust", rev =
opentelemetry-semantic-conventions = { git = "https://github.com/grafbase/opentelemetry-rust", rev = "0090eb6360104589313b78749ce6c3d1f81e1b99", features = [
"trace",
] } # 0.17.0-send-wrapper-as-any
reqwest = { version = "0.11", default-features = false, optional = true }
reqwest = { version = "0.12", default-features = false, optional = true }
thiserror = "1.0"
itertools = "0.12"
http = "1"
Expand All @@ -43,11 +43,11 @@ prost-build = { version = "0.11" }
tonic-build = { version = "0.8", features = ["transport", "prost"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
reqwest = { version = "0.11", default-features = false }
reqwest = { version = "0.12", default-features = false }
getrandom = { version = "0.2", features = ["js"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"__rustls",
] }

Expand Down

0 comments on commit f28d8bc

Please sign in to comment.