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]