From 36c62bc2d856f13a6b486dcddaa7241fadd3645b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:50:53 +0200 Subject: [PATCH] Update Rust crate metal to 0.31 (#23508) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [metal](https://redirect.github.com/gfx-rs/metal-rs) | workspace.dependencies | minor | `0.30` -> `0.31` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afe9fca5852bfbdf5319c2b9c64da33421a112b3..e745714d6e123df1e6bd7295ebe157ea070ee112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7643,9 +7643,9 @@ dependencies = [ [[package]] name = "metal" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9" +checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" dependencies = [ "bitflags 2.8.0", "block", diff --git a/Cargo.toml b/Cargo.toml index 3fbb01c19f5d6d993e8854c583a6167bbceb64f1..03fe55da135c8f9f0e8ef0bb97697426e7fa2831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -546,7 +546,7 @@ wasmtime-wasi = "24" which = "6.0.0" wit-component = "0.201" zstd = "0.11" -metal = "0.30" +metal = "0.31" [workspace.dependencies.async-stripe] git = "https://github.com/zed-industries/async-stripe"