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"