Skip to content

Commit

Permalink
chore(deps): allow reqwest-middleware 0.3.-0.4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey authored Nov 14, 2024
1 parent 4213bf7 commit c0bc067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rangemap = "1"
reqwest = { version = "0.12.2", features = [
"stream",
], default-features = false, optional = true }
reqwest-middleware = { version = "0.3", optional = true }
reqwest-middleware = { version = ">=0.3,<0.5", optional = true }
tap = "1.0.1"
tempfile = { version = "3.1", optional = true }
thiserror = "2.0.1"
Expand Down Expand Up @@ -59,7 +59,7 @@ axum = "0.7.5"
testcontainers-modules = { version = "0.11.1", features = ["localstack"] }
opendal = { version = "0.50.0", features = ["services-s3", "services-http"] }
aws-sdk-s3 = "1.29.0"
reqwest-retry = "0.6.1"
reqwest-retry = "0.7.0"
youtube_dl = { version = "0.10.0", features = ["tokio"] }

[[example]]
Expand Down

0 comments on commit c0bc067

Please sign in to comment.