fix(deps): update rust crate postgres-types to 0.2.4

This commit is contained in:
root 2022-08-20 20:00:49 +00:00
parent 0be1d1c04c
commit a99f17db26
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.143", features = ["derive"] }