This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate quick-xml to 0.39.0 (#138)

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

+4 -4
+3 -3
Cargo.lock
··· 2423 2423 2424 2424 [[package]] 2425 2425 name = "quick-xml" 2426 - version = "0.38.4" 2426 + version = "0.39.0" 2427 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 2428 - checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 2428 + checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" 2429 2429 dependencies = [ 2430 2430 "memchr", 2431 2431 ] ··· 2969 2969 "notify-rust", 2970 2970 "num", 2971 2971 "once_cell", 2972 - "quick-xml 0.38.4", 2972 + "quick-xml 0.39.0", 2973 2973 "rand 0.9.2", 2974 2974 "rayon", 2975 2975 "resvg",
+1 -1
Cargo.toml
··· 97 97 notify-rust = { version = "4.11.7", optional = true } 98 98 tokio = { version = "1.49.0", optional = true } 99 99 easing-function = { version = "0.1.1", optional = true } 100 - quick-xml = "0.38.4" 100 + quick-xml = "0.39.0" 101 101 num = "0.4.3" 102 102 serde-wasm-bindgen = { version = "0.6.5", optional = true } 103 103 hotpath = { version = "0.9.2", optional = true }