Skip to content

Commit

Permalink
alphbet sort on deps
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Apr 21, 2019
1 parent c866053 commit a1f0a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ coveralls = { repository = "softprops/shipflit" }
maintenance = { status = "actively-developed" }

[dependencies]
base64 = "0.10"
byteorder = "1.3.1"
bytes = "0.4"
flate2 = "1.0"
Expand All @@ -29,14 +30,13 @@ hyperlocal = { version = "0.6", optional = true }
log = "0.4.6"
mime = "0.3.13"
openssl = { version = "0.10", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
tokio = "0.1"
tokio-codec = "0.1"
tokio-io = "0.1"
url = "1.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
base64 = "0.10"

[dev-dependencies]
env_logger = "0.6"
Expand Down

0 comments on commit a1f0a10

Please sign in to comment.