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.2 (#126)

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

+5 -5
+4 -4
Cargo.lock
··· 1295 1295 1296 1296 [[package]] 1297 1297 name = "hotpath" 1298 - version = "0.9.1" 1298 + version = "0.9.2" 1299 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1300 - checksum = "daa7e73e5b9dd467b2cbe7cc50ba224cd43bfcc0a618fd75f4adc32cf3a95d66" 1300 + checksum = "d8d5a16b6aedd67d44fbeb619e63d9fa649d77cabb25a4154f87deec8eeaff4a" 1301 1301 dependencies = [ 1302 1302 "arc-swap", 1303 1303 "base64", ··· 1323 1323 1324 1324 [[package]] 1325 1325 name = "hotpath-macros" 1326 - version = "0.9.1" 1326 + version = "0.9.2" 1327 1327 source = "registry+https://github.com/rust-lang/crates.io-index" 1328 - checksum = "4aca1659ca1e70edc8f96de48530a104bec11a267f663625098137bfd072d601" 1328 + checksum = "0326ae0362362c976fba738ba2dd585e63bf92264b7070f20219453c9a8cd6ae" 1329 1329 dependencies = [ 1330 1330 "proc-macro2", 1331 1331 "quote",
+1 -1
Cargo.toml
··· 100 100 quick-xml = "0.38.4" 101 101 num = "0.4.3" 102 102 serde-wasm-bindgen = { version = "0.6.5", optional = true } 103 - hotpath = { version = "0.9.1", optional = true } 103 + hotpath = { version = "0.9.2", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.45.0"