From 65141bbb59acd61eeda2ca86813c0d10ef1e6ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:19:12 -0600 Subject: [PATCH] chore: bump async-trait from 0.1.56 to 0.1.57 (#27003) * chore: bump async-trait from 0.1.56 to 0.1.57 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.57. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.56...0.1.57) --- 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 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- program-test/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd94f32c01..e03ce04650 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" dependencies = [ "proc-macro2 1.0.41", "quote 1.0.18", diff --git a/client/Cargo.toml b/client/Cargo.toml index 918e83e6b0..448d69a71c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] async-mutex = "1.4.0" -async-trait = "0.1.56" +async-trait = "0.1.57" base64 = "0.13.0" bincode = "1.3.3" bs58 = "0.4.0" diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index 1b535212ee..ac27c5b5bb 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -9,7 +9,7 @@ version = "1.12.0" [dependencies] assert_matches = "1.5.0" -async-trait = "0.1.56" +async-trait = "0.1.57" base64 = "0.13.0" bincode = "1.3.3" chrono-humanize = "0.2.1" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 28b6fc8d58..eb0924a10f 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" dependencies = [ "proc-macro2 1.0.41", "quote 1.0.18",