Parcourir la source

build(deps): bump async-trait from 0.1.36 to 0.1.38

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.36 to 0.1.38.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.36...0.1.38)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] il y a 4 ans
Parent
commit
c620981e36
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -38,9 +38,9 @@ checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
 
 [[package]]
 name = "async-trait"
-version = "0.1.36"
+version = "0.1.38"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92"
+checksum = "6e1a4a2f97ce50c9d0282c1468816208588441492b40d813b2e0419c22c05e7f"
 dependencies = [
  "proc-macro2",
  "quote",