Skip to content

Commit 51577a9

Browse files
authored
Merge pull request rust-skia#842 from pragmatrix/fix-libwebp-oob
Update Skia (libwebp v1.3.1-1-g2af26267) to fix CVE-2023-4863 and CVE…
2 parents 658b16f + 755a3e5 commit 51577a9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Skia Submodule Status: chrome/m117 ([upstream changes][skia-upstream], [our changes][skia-ours]).
66

7-
[skia-upstream]: https://github.com/rust-skia/skia/compare/m117-0.65.1...google:chrome/m117
8-
[skia-ours]: https://github.com/google/skia/compare/chrome/m117...rust-skia:m117-0.65.1
7+
[skia-upstream]: https://github.com/rust-skia/skia/compare/m117-0.65.3...google:chrome/m117
8+
[skia-ours]: https://github.com/google/skia/compare/chrome/m117...rust-skia:m117-0.65.3
99

1010
## About
1111

skia-bindings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["skia", "rust-bindings", "vulkan", "opengl", "pdf"]
99
categories = ["external-ffi-bindings", "graphics", "multimedia::images", "rendering::graphics-api", "visualization"]
1010
license = "MIT"
1111

12-
version = "0.66.2"
12+
version = "0.66.3"
1313
authors = ["LongYinan <[email protected]>", "Armin Sander <[email protected]>"]
1414
edition = "2021"
1515
build = "build.rs"
@@ -30,7 +30,7 @@ doctest = false
3030
# Metadata used from inside the packaged crate that defines where to download skia and depot_tools archives from.
3131
# Note: use short hashes here because of filesystem path size restrictions.
3232
[package.metadata]
33-
skia = "m117-0.65.1"
33+
skia = "m117-0.65.3"
3434
depot_tools = "73a2624"
3535

3636
[features]

skia-safe/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["skia", "rust-bindings", "vulkan", "opengl", "pdf"]
1212
categories = ["api-bindings", "graphics", "multimedia::images", "rendering::graphics-api", "visualization"]
1313
license = "MIT"
1414

15-
version = "0.66.2"
15+
version = "0.66.3"
1616
authors = ["Armin Sander <[email protected]>"]
1717
edition = "2021"
1818

@@ -48,7 +48,7 @@ shaper = ["textlayout", "skia-bindings/shaper"]
4848
[dependencies]
4949
bitflags = "2.0"
5050
lazy_static = "1.4"
51-
skia-bindings = { version = "=0.66.2", path = "../skia-bindings", default-features = false }
51+
skia-bindings = { version = "=0.66.3", path = "../skia-bindings", default-features = false }
5252

5353
# D3D types
5454
winapi = { version = "0.3.9", features = ["d3d12", "dxgi"], optional = true }

0 commit comments

Comments
 (0)