Skip to content

Commit

Permalink
Bump the reqwest group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  dependency-group: reqwest
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  dependency-group: reqwest
- dependency-name: http-cache-reqwest
  dependency-type: direct:production
  dependency-group: reqwest
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 2079522 commit 8e18e40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hypermocker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ http-body-util = "0.1"
log = "0.4"

[dev-dependencies]
reqwest = "0.11"
reqwest = "0.12"
futures = "0.3.28"
env_logger = "0.11"
tokio-test = "0.4.3"
6 changes: 3 additions & 3 deletions walkers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ lru = "0.12"
thiserror = "2"
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
geo-types = { version = "0.7" }
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
] }
futures = "0.3.28"
reqwest-middleware = "0.2.4"
reqwest-middleware = "0.4.0"

[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen-futures = "0.4.37"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
tokio = { version = "1.28", features = ["macros"] }
http-cache-reqwest = "0.13.0"
http-cache-reqwest = "0.15.0"

[dev-dependencies]
eframe.workspace = true
Expand Down

0 comments on commit 8e18e40

Please sign in to comment.