Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 46b7c63

Browse files
committed
Delete chrono, use time crate instead, update dependencies
1 parent 39bcd56 commit 46b7c63

File tree

3 files changed

+125
-130
lines changed

3 files changed

+125
-130
lines changed

Cargo.lock

+35-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ authors = ["Tim_Paik <[email protected]>"]
33
description = "simple http server written in rust"
44
edition = "2018"
55
name = "srv"
6-
version = "1.0.1"
6+
version = "1.0.2"
77

88
[dependencies]
99
actix-files = "0.6"
1010
actix-web = {version = "4.1", features = ["rustls"]}
1111
actix-web-httpauth = "0.6"
12-
chrono = "0.4"
1312
clap = {version = "3.2", features = ["wrap_help", "color", "cargo"]}
1413
env_logger = "0.9"
1514
lazy_static = "1.4"
@@ -20,6 +19,7 @@ rustls-pemfile = "1.0"
2019
serde = {version = "1.0", features = ["derive"]}
2120
sha2 = "0.10"
2221
tera = "1.16"
22+
time = { version = "0.3", features = ["formatting", "parsing"] }
2323
toml = "0.5"
2424
urlencoding = "2.1"
2525

0 commit comments

Comments
 (0)