Update wgpu badge. (#1609)

Synced `naga` version to `wgpu` and updated the `wgpu` badge version.
diff --git a/Cargo.toml b/Cargo.toml
index 224b8ce..9252a60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -135,7 +135,7 @@
 # NOTE: The wgpu and naga versions should be kept in sync, and make sure to keep this
 # in sync with the version badge in README.md and vello/README.md
 wgpu = { version = "29.0.1", default-features = false, features = ["std", "wgsl"] }
-naga = { version = "29.0.0", default-features = false }
+naga = { version = "29.0.1", default-features = false }
 log = "0.4.29"
 image = { version = "0.25.10", default-features = false }
 
diff --git a/README.md b/README.md
index 3977660..7500b2e 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 [![Linebender Zulip](https://img.shields.io/badge/Linebender-%23vello-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/channel/197075-vello)
 [![dependency status](https://deps.rs/repo/github/linebender/vello/status.svg)](https://deps.rs/repo/github/linebender/vello)
 [![Apache 2.0 or MIT license.](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](#license)
-[![wgpu version](https://img.shields.io/badge/wgpu-v28.0.0-orange.svg)](https://crates.io/crates/wgpu)
+[![wgpu version](https://img.shields.io/badge/wgpu-v29.0.1-orange.svg)](https://crates.io/crates/wgpu)
 
 [![Crates.io](https://img.shields.io/crates/v/vello.svg)](https://crates.io/crates/vello)
 [![Docs](https://docs.rs/vello/badge.svg)](https://docs.rs/vello)
diff --git a/vello/README.md b/vello/README.md
index 51241b6..9bcf8fb 100644
--- a/vello/README.md
+++ b/vello/README.md
@@ -7,7 +7,7 @@
 [![Latest published version.](https://img.shields.io/crates/v/vello.svg)](https://crates.io/crates/vello)
 [![Documentation build status.](https://img.shields.io/docsrs/vello.svg)](https://docs.rs/vello)
 [![Apache 2.0 or MIT license.](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](#license)
-[![Required wgpu version.](https://img.shields.io/badge/wgpu-v28.0.0-orange.svg)](https://crates.io/crates/wgpu)
+[![Required wgpu version.](https://img.shields.io/badge/wgpu-v29.0.1-orange.svg)](https://crates.io/crates/wgpu)
 \
 [![Linebender Zulip chat.](https://img.shields.io/badge/Linebender-%23vello-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/channel/197075-vello)
 [![GitHub Actions CI status.](https://img.shields.io/github/actions/workflow/status/linebender/vello/ci.yml?logo=github&label=CI)](https://github.com/linebender/vello/actions)