diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-15 16:59:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 16:59:46 +0000 |
commit | 575aa37ff33a9c39aa325f46d0dc69c46d5351fa (patch) | |
tree | f0fa6194a22804a9ba04af82f95c474727a15160 | |
parent | bcdce3aaacfdfca4475b1d7ab4f9d08b5e9f8a81 (diff) | |
download | servo-575aa37ff33a9c39aa325f46d0dc69c46d5351fa.tar.gz servo-575aa37ff33a9c39aa325f46d0dc69c46d5351fa.zip |
build(deps): bump svg_fmt from 0.4.2 to 0.4.3 (#32292)
Bumps [svg_fmt](https://github.com/nical/rust_debug) from 0.4.2 to 0.4.3.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3ebe5fb2d19..2a7a50fc160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6037,9 +6037,9 @@ dependencies = [ [[package]] name = "svg_fmt" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83ba502a3265efb76efb89b0a2f7782ad6f2675015d4ce37e4b547dda42b499" +checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca" [[package]] name = "sw-composite" |