Skip to content

Commit

Permalink
Bump chrono version, remove unused features.
Browse files Browse the repository at this point in the history
  • Loading branch information
3xmblzj5 committed Nov 1, 2021
1 parent d0eb361 commit 75679b4
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 @@ -19,7 +19,7 @@ ssl = ["tiny_http/ssl"]
[dependencies]
base64 = "0.13"
brotli2 = { version = "0.3.2", optional = true }
chrono = "0.4.0"
chrono = { version = "0.4.19", default-features = false }
filetime = "0.2.0"
deflate = { version = "0.9", optional = true, features = ["gzip"] }
multipart = { version = "0.18", default-features = false, features = ["server"] }
Expand Down

0 comments on commit 75679b4

Please sign in to comment.