Merge pull request 'fix(deps): update rust crate postgres-types to 0.2.4' (#56) from renovate/postgres-types-0.x into master

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/56
This commit is contained in:
imlonghao 2022-08-21 07:06:46 +00:00
commit f0deaa0740
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1533,9 +1533,9 @@ dependencies = [
[[package]]
name = "postgres-types"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd6e8b7189a73169290e89bd24c771071f1012d8fe6f738f5226531f0b03d89"
checksum = "73d946ec7d256b04dfadc4e6a3292324e6f417124750fc5c0950f981b703a0f1"
dependencies = [
"bytes",
"chrono",

View file

@ -16,7 +16,7 @@ deadpool-postgres = "0.10.2"
enum-display-derive = "0.1.1"
openssl = { version = "0.10.41", features = ["vendored"] }
pg_bigdecimal = "0.1.4"
postgres-types = { version = "0.2.3", features = ["derive"]}
postgres-types = { version = "0.2.4", features = ["derive"]}
sentry = "0.27.0"
sentry-actix = "0.27.0"
serde = { version = "1.0.144", features = ["derive"] }