This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate slug to 0.1.6 (#37)

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

+3 -3
+2 -2
Cargo.lock
··· 4554 4554 4555 4555 [[package]] 4556 4556 name = "slug" 4557 - version = "0.1.5" 4557 + version = "0.1.6" 4558 4558 source = "registry+https://github.com/rust-lang/crates.io-index" 4559 - checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4" 4559 + checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" 4560 4560 dependencies = [ 4561 4561 "deunicode", 4562 4562 "wasm-bindgen",
+1 -1
Cargo.toml
··· 81 81 nanoid = "0.4.0" 82 82 console = { version = "0.15.8", features = ["windows-console-colors"] } 83 83 backtrace = "0.3.76" 84 - slug = "0.1.5" 84 + slug = "0.1.6" 85 85 roxmltree = "0.21.1" 86 86 strum = { version = "0.26.2", features = ["strum_macros"] } 87 87 strum_macros = "0.26.2"