Roll Fuchsia SDK from 12.20230609.2.1 to 13.20230629.2.1

To make the newer Fuchsia SDK work correct, define
fuchsia_target_api_level in the .gn file.

Change-Id: Ifb226f03fd6fd83c8855e5bdc5b5e3ea90a72166
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/109391
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: K. Moon <kmoon@chromium.org>
diff --git a/.gn b/.gn
index b2bf99d..e39d6f7 100644
--- a/.gn
+++ b/.gn
@@ -11,6 +11,9 @@
 script_executable = "python3"
 
 default_args = {
+  # Required for the Fuchsia SDK
+  fuchsia_target_api_level = 11
+
   # PDFs only need to run JavaScript.
   v8_enable_webassembly = false
 
diff --git a/DEPS b/DEPS
index 81828ce..6397d5d 100644
--- a/DEPS
+++ b/DEPS
@@ -94,7 +94,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling Fuchsia sdk
   # and whatever else without interference from each other.
-  'fuchsia_version': 'version:12.20230609.2.1',
+  'fuchsia_version': 'version:13.20230629.2.1',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling GN CIPD package version
   # and whatever else without interference from each other.