Update chrono version

This commit is contained in:
Chris Tsang 2022-08-14 00:46:38 +08:00
parent 5dd28509af
commit 632471a526
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ path = "src/lib.rs"
[dependencies]
async-stream = { version = "^0.3" }
async-trait = { version = "^0.1" }
chrono = { version = "^0", default-features = false, features = ["clock"], optional = true }
chrono = { version = "^0.4.20", default-features = false, features = ["clock"], optional = true }
time = { version = "^0.3", optional = true }
futures = { version = "^0.3" }
futures-util = { version = "^0.3" }

View File

@ -39,7 +39,7 @@ sqlx = { version = "^0.6", default-features = false, features = [ "mysql", "post
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = { version = "0.1" }
url = "^2.2"
chrono = { version = "^0", default-features = false, features = ["clock"] }
chrono = { version = "^0.4.20", default-features = false, features = ["clock"] }
regex = "1"
[dev-dependencies]