Skip to content

Commit

Permalink
unpin serde from patch version and sort deps in alpha order
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 26, 2020
1 parent d7a992d commit f5d9461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -20,21 +20,21 @@ pretty_env_logger = "0.4"
tokio = { version = "0.2", features = ["macros", "rt-threaded"] }

[dependencies]
base64 = "0.12"
data-encoding = "2"
dirs = { version = "3.0", optional = true }
futures = "0.3"
http = "0.2"
hyperx = "1"
jsonwebtoken = "7"
mime = "0.3"
log = "0.4"
url = "2"
mime = "0.3"
percent-encoding = "2"
reqwest = { version = "0.10", default-features = false }
serde = { version = "1.0.84", features = ['derive'] }
serde = { version = "1.0", features = ['derive'] }
serde_derive = "1.0"
serde_json = "1.0"
base64 = "0.12"
percent-encoding = "2"
url = "2"

[features]
default = ["default-tls"]
Expand Down

0 comments on commit f5d9461

Please sign in to comment.