From 3420b27d101608641dd7abf7079b12ddde3c7dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:24:55 +0000 Subject: [PATCH] build(deps): bump svg_fmt from 0.4.3 to 0.4.4 (#34103) Bumps [svg_fmt](https://github.com/nical/rust_debug) from 0.4.3 to 0.4.4. - [Commits](https://github.com/nical/rust_debug/commits) --- updated-dependencies: - dependency-name: svg_fmt dependency-type: indirect 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea938c1dc3d..66aab2602ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7115,9 +7115,9 @@ dependencies = [ [[package]] name = "svg_fmt" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca" +checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa" [[package]] name = "sw-composite"