chore: bump async-trait from 0.1.36 to 0.1.42
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.36 to 0.1.42. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.36...0.1.42) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ccfde38f5e
commit
f96c4ec84e
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue