Bump rav1e to 0.7.1 (#2117)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d08afa6..ef09db2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,7 +59,7 @@
 * Update dav1d.cmd: 1.4.1
 * Update libgav1.cmd: v0.19.0
 * Update libyuv.cmd: a6a2ec65
-* Update rav1e.cmd: v0.7.0
+* Update rav1e.cmd: v0.7.1
 * Update svt.cmd/svt.sh: v2.0.0
 * Update zlibpng.cmd: zlib 1.3 and libpng 1.6.40
 * AVIF sequences encoded by libavif will now also have the "avio" brand when
diff --git a/cmake/Modules/LocalRav1e.cmake b/cmake/Modules/LocalRav1e.cmake
index 54c1ebd..0e38c48 100644
--- a/cmake/Modules/LocalRav1e.cmake
+++ b/cmake/Modules/LocalRav1e.cmake
@@ -1,4 +1,4 @@
-set(AVIF_LOCAL_RAV1E_GIT_TAG v0.7.0)
+set(AVIF_LOCAL_RAV1E_GIT_TAG v0.7.1)
 set(AVIF_LOCAL_CORROSION_GIT_TAG v0.4.4)
 set(AVIF_LOCAL_CARGOC_GIT_TAG v0.9.27)
 
diff --git a/ext/rav1e.cmd b/ext/rav1e.cmd
index 7052c7d..05d0f72 100755
--- a/ext/rav1e.cmd
+++ b/ext/rav1e.cmd
@@ -10,7 +10,7 @@
 : #
 : # On a successful local build, rav1e/build.libavif/ should contain the necessary headers and static library.
 
-git clone -b v0.7.0 --depth 1 https://github.com/xiph/rav1e.git
+git clone -b v0.7.1 --depth 1 https://github.com/xiph/rav1e.git
 
 cd rav1e
 cargo install --locked cargo-c