From 18e1090361b5c03f6434eb9f451b828c38114853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 21:05:51 +0100 Subject: [PATCH] chore(deps): bump async-trait from 0.1.65 to 0.1.66 (#185) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.65 to 0.1.66. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.65...0.1.66) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- meta-cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9af60aaa12..a2da94cf42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,9 +233,9 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" [[package]] name = "async-trait" -version = "0.1.65" +version = "0.1.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "095183a3539c7c7649b2beb87c2d3f0591f3a7fed07761cc546d244e27e0238c" +checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc" dependencies = [ "proc-macro2", "quote", @@ -6970,7 +6970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] diff --git a/meta-cli/Cargo.toml b/meta-cli/Cargo.toml index 240bdbcb44..fc4fd146cb 100644 --- a/meta-cli/Cargo.toml +++ b/meta-cli/Cargo.toml @@ -60,7 +60,7 @@ pathdiff = "0.2.1" openssl = { version = "0.10.45", features = ["vendored"] } indexmap = { version = "1.9.2", features = ["serde"] } lade-sdk = "0.3.1" -async-trait = "0.1.65" +async-trait = "0.1.66" async-recursion = "1.0.2" [dev-dependencies]