From a400b5e63dbfeed6969858472ce1c88c49defe4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 21:38:33 +0000 Subject: [PATCH] chore: bump async-trait from 0.1.51 to 0.1.52 (#21765) * chore: bump async-trait from 0.1.51 to 0.1.52 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.51 to 0.1.52. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.51...0.1.52) --- 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 ++-- program-test/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33b98f30e..f56bd6254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.51" +version = "0.1.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" +checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" dependencies = [ "proc-macro2 1.0.32", "quote 1.0.10", diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index 72da04f9f..185802cb7 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/solana-labs/solana" version = "1.10.0" [dependencies] -async-trait = "0.1.51" +async-trait = "0.1.52" base64 = "0.12.3" bincode = "1.3.3" chrono-humanize = "0.2.1" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 319656b8a..87db4a0d8 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -95,9 +95,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-trait" -version = "0.1.51" +version = "0.1.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" +checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.6",