mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Merge branch 'imlonghao:master' into master
This commit is contained in:
commit
65f763efb0
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -383,9 +383,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.1.0"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
||||
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
||||
|
||||
[[package]]
|
||||
name = "bytestring"
|
||||
|
@ -1441,9 +1441,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|||
|
||||
[[package]]
|
||||
name = "pg_bigdecimal"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aaef67cc0b89c04b673c77c16ff90d27f01d83fc74531b6fd881b81bddf188df"
|
||||
checksum = "f9855a94c74528af62c0ea236577af5e601263c1c404a6ac939b07c97c8e0216"
|
||||
dependencies = [
|
||||
"bigdecimal",
|
||||
"byteorder",
|
||||
|
|
|
@ -15,7 +15,7 @@ chrono = "0.4.22"
|
|||
deadpool-postgres = "0.10.2"
|
||||
enum-display-derive = "0.1.1"
|
||||
openssl = { version = "0.10.41", features = ["vendored"] }
|
||||
pg_bigdecimal = "0.1.4"
|
||||
pg_bigdecimal = "0.1.5"
|
||||
postgres-types = { version = "0.2.4", features = ["derive"]}
|
||||
sentry = "0.27.0"
|
||||
sentry-actix = "0.27.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue