diff --git a/Cargo.lock b/Cargo.lock index 78d09bc..dacf8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,9 +426,9 @@ dependencies = [ [[package]] name = "svgtypes" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fae3064df9b89391c9a76a0425a69d124aee9c5c28455204709e72c39868a43c" +checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e" dependencies = [ "kurbo", "siphasher", diff --git a/Cargo.toml b/Cargo.toml index 6212bbe..941ea46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] log = "0.4.22" pyo3 = "0.22.5" resvg = { version = "0.41.0", features = ["raster-images","text"] } -svgtypes = "0.15.1" +svgtypes = "0.15.2" [profile.release.package."*"]