From 466b7be14cde01aea5acbee78576741126a90191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:02:15 +0000 Subject: [PATCH] build: Bump async-trait from 0.1.71 to 0.1.72 in /backend Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3195e2a4..80826591 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -276,9 +276,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" [[package]] name = "async-trait" -version = "0.1.71" +version = "0.1.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf" +checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d339e3f8..d75fb5a4 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -37,7 +37,7 @@ futures = { version = "0.3" } apache-avro = { git = "https://github.com/andrewinci/avro" } log = { version = "0.4" } env_logger = { version = "0.10.0" } -async-trait = "0.1.71" +async-trait = "0.1.72" num-bigint = "0.4" rust_decimal = "1.30" rusqlite = { version = "0.28.0", features = ["bundled", "backup", "hooks"] }