mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(deps): update rust crate chrono to 0.4.23
This commit is contained in:
parent
1c9a0948ca
commit
7cabb42ce5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -451,9 +451,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.22"
|
||||
version = "0.4.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
||||
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
||||
dependencies = [
|
||||
"iana-time-zone",
|
||||
"js-sys",
|
||||
|
|
|
@ -11,7 +11,7 @@ ansi-to-html = "0.1.2"
|
|||
anyhow = "1.0.66"
|
||||
bigdecimal = "0.3.0"
|
||||
cached = "0.40.0"
|
||||
chrono = "0.4.22"
|
||||
chrono = "0.4.23"
|
||||
deadpool-postgres = "0.10.3"
|
||||
enum-display-derive = "0.1.1"
|
||||
openssl = { version = "0.10.42", features = ["vendored"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue