This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate svg to 0.18.0 (#34)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Oct 23, 2025, 10:04 AM +0200) commit 3853ec04 parent 9150c73e
+3 -3
+2 -2
Cargo.lock
··· 4661 4661 4662 4662 [[package]] 4663 4663 name = "svg" 4664 - version = "0.17.0" 4664 + version = "0.18.0" 4665 4665 source = "registry+https://github.com/rust-lang/crates.io-index" 4666 - checksum = "700efb40f3f559c23c18b446e8ed62b08b56b2bb3197b36d57e0470b4102779e" 4666 + checksum = "94afda9cd163c04f6bee8b4bf2501c91548deae308373c436f36aeff3cf3c4a3" 4667 4667 4668 4668 [[package]] 4669 4669 name = "svgtypes"
+1 -1
Cargo.toml
··· 67 67 ] } 68 68 serde_cbor = "0.11.2" 69 69 serde_json = "1.0.91" 70 - svg = "0.17.0" 70 + svg = "0.18.0" 71 71 wasm-bindgen = { version = "0.2.92", optional = true } 72 72 getrandom = { version = "0.2", features = ["js"] } 73 73 web-sys = { version = "0.3.4", optional = true, features = [