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