Skip to content

Commit

Permalink
Add missing reqwest-middleware features
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Apr 15, 2024
1 parent b5dbd33 commit f0e6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tokio = {version = "1.16", features = ["macros", "rt-multi-thread", "fs"]}
tracing = {version = "0.1", optional = true}
uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]}

reqwest-middleware = "0.3.0"
reqwest-middleware = { version = "0.3.0", features = ["json", "multipart"] }
http = "1.0.0"

opentelemetry_0_20_pkg = { package = "opentelemetry", version = "0.20", optional = true }
Expand Down

0 comments on commit f0e6f6d

Please sign in to comment.