From 1fc10f385dd9be909faa9a46bea7ff9d2a209463 Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Tue, 22 Jul 2025 08:00:08 +0200 Subject: [PATCH] Update kurbo to 0.11.3 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- Cargo.lock | 9 +++++---- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 206244f71..28531337d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1736,11 +1736,12 @@ dependencies = [ [[package]] name = "kurbo" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1077d333efea6170d9ccb96d3c3026f300ca0773da4938cc4c811daa6df68b0c" +checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" dependencies = [ "arrayvec", + "euclid", "libm", "schemars", "smallvec", @@ -3145,9 +3146,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.15.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smithay-client-toolkit" diff --git a/Cargo.toml b/Cargo.toml index 54dca77ef..5730361ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,9 +104,9 @@ skrifa = { version = "0.31.0", default-features = false, features = ["autohint_s # with the version of kurbo used by peniko. peniko = { version = "0.4.0", default-features = false } # FIXME: This can be removed once peniko supports the schemars feature. -kurbo = { version = "0.11.2", default-features = false } +kurbo = { version = "0.11.3", default-features = false } futures-intrusive = "0.5.0" -smallvec = "1.15.0" +smallvec = "1.15.1" static_assertions = "1.1.0" thiserror = "2.0.12" oxipng = { version = "9.1.5", default-features = false }