From 53aec4a96d9788329c1171d301844bb8bac84958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 18:17:46 +0000 Subject: [PATCH] Bump async-trait from 0.1.57 to 0.1.68 (#31478) * Bump async-trait from 0.1.57 to 0.1.68 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.68. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.68) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c6881f312..cf9d1beeef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,13 +479,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.26", - "syn 1.0.109", + "syn 2.0.15", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 138dc841fe..bc585e2642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ assert_cmd = "2.0" assert_matches = "1.5.0" async-channel = "1.8.0" async-mutex = "1.4.0" -async-trait = "0.1.57" +async-trait = "0.1.68" atty = "0.2.11" backoff = "0.4.0" base64 = "0.13.1" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 6361c97c28..a9b93453d4 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -465,13 +465,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.26", - "syn 1.0.109", + "syn 2.0.15", ] [[package]]