From 4dbd7c231a78e9438128cdc495ef1338af3f03cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:43:15 +0200 Subject: [PATCH] Bump the backend group with 3 updates (#675) Bumps the backend group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [postgres-types](https://github.com/sfackler/rust-postgres) and [tokio-postgres](https://github.com/sfackler/rust-postgres). Updates `anyhow` from 1.0.88 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) Updates `postgres-types` from 0.2.7 to 0.2.8 - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/postgres-types-v0.2.7...postgres-types-v0.2.8) Updates `tokio-postgres` from 0.7.11 to 0.7.12 - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.7.11...tokio-postgres-v0.7.12) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: postgres-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: tokio-postgres dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6173e3..b674314 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "ascii" @@ -1614,11 +1614,11 @@ checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" [[package]] name = "postgres-derive" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83145eba741b050ef981a9a1838c843fa7665e154383325aa8b440ae703180a2" +checksum = "69700ea4603c5ef32d447708e6a19cd3e8ac197a000842e97f527daea5e4175f" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.48", @@ -1657,9 +1657,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", @@ -2456,9 +2456,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 eaeeac6..a6a6c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.81" [workspace.dependencies] -anyhow = "1.0.88" +anyhow = "1.0.89" async-trait = "0.1.82" axum = { version = "0.7.5", features = ["macros"] } bincode = "1.3.3" @@ -32,7 +32,7 @@ mockall = "0.13.0" mockito = "1.5.0" openssl = { version = "0.10.66", features = ["vendored"] } postgres-openssl = "0.5.0" -postgres-types = { version = "0.2.7", features = ["derive"] } +postgres-types = { version = "0.2.8", features = ["derive"] } regex = "1.10.6" reqwest = { version = "0.12.7", features = ["json"] } serde = { version = "1.0.210", features = ["derive"] } @@ -53,7 +53,7 @@ tokio = { version = "1.40.0", features = [ "signal", "time", ] } -tokio-postgres = { version = "0.7.11", features = [ +tokio-postgres = { version = "0.7.12", features = [ "with-time-0_3", "with-serde_json-1", "with-uuid-1",