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.20' (#49) from renovate/chrono-0.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/49
This commit is contained in:
commit
a2af7600e2
2 changed files with 5 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -441,14 +441,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.19"
|
version = "0.4.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"js-sys",
|
||||||
"num-integer",
|
"num-integer",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"time 0.1.43",
|
"time 0.1.43",
|
||||||
|
"wasm-bindgen",
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ ansi-to-html = "0.1.0"
|
||||||
anyhow = "1.0.60"
|
anyhow = "1.0.60"
|
||||||
bigdecimal = "0.3.0"
|
bigdecimal = "0.3.0"
|
||||||
cached = "0.38.0"
|
cached = "0.38.0"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.20"
|
||||||
deadpool-postgres = "0.10.2"
|
deadpool-postgres = "0.10.2"
|
||||||
enum-display-derive = "0.1.1"
|
enum-display-derive = "0.1.1"
|
||||||
openssl = { version = "0.10.41", features = ["vendored"] }
|
openssl = { version = "0.10.41", features = ["vendored"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue