From d58c672211f99908283776be85e7c799802bc84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 04:28:07 +0000 Subject: [PATCH] bump: update apple-codesign requirement from 0.20.0 to 0.21.0 Updates the requirements on [apple-codesign](https://github.com/indygreg/apple-platform-rs) to permit the latest version. - [Release notes](https://github.com/indygreg/apple-platform-rs/releases) - [Changelog](https://github.com/indygreg/apple-platform-rs/blob/main/release.toml) - [Commits](https://github.com/indygreg/apple-platform-rs/compare/apple-codesign/0.20.0...apple-codesign/0.21.0) --- updated-dependencies: - dependency-name: apple-codesign dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mun_codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mun_codegen/Cargo.toml b/crates/mun_codegen/Cargo.toml index f8a1d4009..254e525ba 100644 --- a/crates/mun_codegen/Cargo.toml +++ b/crates/mun_codegen/Cargo.toml @@ -15,7 +15,7 @@ categories = ["Game development", "Mun"] [dependencies] mun_abi = { version = "=0.4.0-dev", path = "../mun_abi" } anyhow = { version = "1.0.31", default-features = false, features = ["std"] } -apple-codesign = { version = "0.20.0", default-features = false } +apple-codesign = { version = "0.21.0", default-features = false } array-init = { version = "2.0.0", default-features = false } by_address = { version = "1.0.4", default-features = false } bytemuck = { version = "1.4.1", default-features = false }