Roll third_party/rust/ 8bbd6f555..5f298b3f4 (29 commits)
https://chromium.googlesource.com/chromium/src/third_party/rust/+log/8bbd6f5553fd..5f298b3f4b00
Then update skia/BUILD.gn to use the newer library versions.
Created with:
roll-dep third_party/rust
Change-Id: I5fa4f44053f2077515bc2367d3f7ee8437ce5994
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/134791
Commit-Queue: Lei Zhang <thestig@chromium.org>
Auto-Submit: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/DEPS b/DEPS
index b5002a6..859d320 100644
--- a/DEPS
+++ b/DEPS
@@ -204,7 +204,7 @@
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling rust
# and whatever else without interference from each other.
- 'rust_revision': '8bbd6f5553fdeb11e0b32cd1f4f26510438828c9',
+ 'rust_revision': '5f298b3f4b007718375bd45a6ef7ba0681aa4c26',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling simdutf
# and whatever else without interference from each other.
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index c98dc46..47f3eda 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -39,8 +39,8 @@
deps = [
":path_bridge",
"//third_party/rust/font_types/v0_9:lib",
- "//third_party/rust/read_fonts/v0_30:lib",
- "//third_party/rust/skrifa/v0_32:lib",
+ "//third_party/rust/read_fonts/v0_31:lib",
+ "//third_party/rust/skrifa/v0_33:lib",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [