Skip to content

Commit

Permalink
Reorder dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 20, 2022
1 parent 564e82a commit 40ae4d8
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 @@ -20,6 +20,7 @@ headers = "0.3.6"
hyper = { version = "0.14.11", features = ["server", "http2"] }
moka = { version = "0.7.1", default-features = false, features = ["future"] }
openssl-probe = { version = "0.1.4", optional = true }
path-slash = "0.1.4"
reqwest = { version = "0.11.7", default-features = false, features = ["json", "gzip"] }
serde = { version = "1.0.134", features = ["derive"] }
time = { version = "0.3", features = ["formatting", "parsing"] }
Expand All @@ -33,7 +34,6 @@ dav-server = { version = "0.3.0", default-features = false, features = ["hyper"]
rustls = { version = "0.20.3", optional = true }
rustls-pemfile = { version = "0.3.0", optional = true }
tls-listener = { version = "0.3.0", features = ["hyper-h1", "hyper-h2"], optional = true }
path-slash = "0.1.4"

[features]
default = ["rustls-tls", "atomic64"]
Expand Down

0 comments on commit 40ae4d8

Please sign in to comment.