From 4c1a3cee8e0cf57657e2bc5ea8573642a83900c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:19:43 +0000 Subject: [PATCH] bump: update apple-codesign requirement from 0.20.0 to 0.22.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.22.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..b529ddecf 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.22.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 }