From c09e7635e7fb6b20b570a0037b98457e527b7f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 09:50:08 +0600 Subject: [PATCH] Bump svgtypes from 0.15.1 to 0.15.2 (#45) Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.15.1 to 0.15.2. - [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: svgtypes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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."*"]