diff --git a/Cargo.lock b/Cargo.lock index a9d18be..7f081cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,9 +1269,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9" +checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" dependencies = [ "bytes", "fallible-iterator", @@ -1954,9 +1954,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03adcf0147e203b6032c0b2d30be1415ba03bc348901f3ff1cc0df6a733e60c3" +checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" dependencies = [ "async-trait", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 376548b..8d623c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ tempfile = "3" thiserror = "1.0" time = { version = "0.3.36", features = ["formatting", "macros"] } tokio = { version = "1", features = ["full"] } -tokio-postgres = { version = "0.7.11", features = ["with-uuid-1"] } +tokio-postgres = { version = "0.7.12", features = ["with-uuid-1"] } tracing = "0.1" tracing-core = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter"] }