diff --git a/Cargo.lock b/Cargo.lock index 8f51c124e3..31f42a2b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.36" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92" +checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.6", diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index e128dd48d4..050bb9920e 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/solana-labs/solana" version = "1.5.0" [dependencies] -async-trait = "0.1.36" +async-trait = "0.1.42" base64 = "0.12.3" chrono = "0.4.19" chrono-humanize = "0.1.1"