Update Rust crate chrono to 0.4.38
This commit is contained in:
parent
83a8183e15
commit
a621f802b1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ anyhow = { version = "1.0.70", features = ["backtrace"] }
|
|||
mysql = "23.0.1"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
chrono = { version = "0.4.24" }
|
||||
chrono = { version = "0.4.38" }
|
||||
rust-database = { path = "../rust-database-master" }
|
||||
clap = { version = "4.3.2", features = ["derive"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue