Skip to content

Commit

Permalink
refmt reqwest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzou committed Nov 2, 2023
1 parent de1cf92 commit 7bf07ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ edition = "2021"

[dependencies]
log = "0.4.20"
reqwest = { version = "^0.11", features = ["json", "multipart"] }
reqwest-middleware = "0.1.6"
rustc_version = "0.4.0"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
serde_with = "^2.0"
url = "^2.2"
uuid = { version = "^1.0", features = ["serde"] }
[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.11"

[dev-dependencies]
chrono = "0.4.31"
Expand Down

0 comments on commit 7bf07ed

Please sign in to comment.