This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate hotpath to 0.9.3 (#143)

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

+3 -3
+2 -2
Cargo.lock
··· 1292 1292 1293 1293 [[package]] 1294 1294 name = "hotpath" 1295 - version = "0.9.2" 1295 + version = "0.9.3" 1296 1296 source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "d8d5a16b6aedd67d44fbeb619e63d9fa649d77cabb25a4154f87deec8eeaff4a" 1297 + checksum = "3554f9fc054c95f68e9f31196ca3aa77c6ce299f2e5877788e68168d01b7cfab" 1298 1298 dependencies = [ 1299 1299 "arc-swap", 1300 1300 "base64",
+1 -1
Cargo.toml
··· 100 100 quick-xml = "0.39.0" 101 101 num = "0.4.3" 102 102 serde-wasm-bindgen = { version = "0.6.5", optional = true } 103 - hotpath = { version = "0.9.2", optional = true } 103 + hotpath = { version = "0.9.3", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.46.1"