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