Skip to content

Commit

Permalink
Sort dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 31, 2023
1 parent f851e6c commit fdfd687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ reqwest-async = ["reqwest"]
reqwest-sync = ["reqwest/blocking"]

[dependencies]
async-trait = "0.1.51"
byteorder = "1.4.2"
bytes = "1.0.1"
log = "0.4.13"
reqwest = { version = "0.11.0", default-features = false, features = ["default-tls"], optional = true }
bytes = { version = "1.0.1" }
thiserror = "1.0"
log = "0.4.13"
async-trait = "0.1.51"

[dev-dependencies]
tokio = { version = "1.0.2", default-features = false, features = ["rt-multi-thread", "macros"] }
env_logger = "0.10.0"
tokio = { version = "1.0.2", default-features = false, features = ["rt-multi-thread", "macros"] }

[package.metadata.docs.rs]
all-features = true

0 comments on commit fdfd687

Please sign in to comment.