This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate roxmltree to 0.21.1 (#33)

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 9150c73e parent c886d529
+9 -6
+8 -5
Cargo.lock
··· 4024 4024 4025 4025 [[package]] 4026 4026 name = "roxmltree" 4027 - version = "0.19.0" 4027 + version = "0.20.0" 4028 4028 source = "registry+https://github.com/rust-lang/crates.io-index" 4029 - checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 4029 + checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 4030 4030 4031 4031 [[package]] 4032 4032 name = "roxmltree" 4033 - version = "0.20.0" 4033 + version = "0.21.1" 4034 4034 source = "registry+https://github.com/rust-lang/crates.io-index" 4035 - checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 4035 + checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb" 4036 + dependencies = [ 4037 + "memchr", 4038 + ] 4036 4039 4037 4040 [[package]] 4038 4041 name = "rusqlite" ··· 4415 4418 "rand 0.9.0", 4416 4419 "rayon", 4417 4420 "resvg", 4418 - "roxmltree 0.19.0", 4421 + "roxmltree 0.21.1", 4419 4422 "rust-analyzer", 4420 4423 "serde", 4421 4424 "serde_cbor",
+1 -1
Cargo.toml
··· 82 82 console = { version = "0.15.8", features = ["windows-console-colors"] } 83 83 backtrace = "0.3.76" 84 84 slug = "0.1.5" 85 - roxmltree = "0.19.0" 85 + roxmltree = "0.21.1" 86 86 strum = { version = "0.26.2", features = ["strum_macros"] } 87 87 strum_macros = "0.26.2" 88 88 tiny-skia = "0.11.4"