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.1 (#120)

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.0" 1298 + version = "0.9.1" 1299 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1300 - checksum = "1bff4650da2df45a71a2f5c2c51fdcd5bea79270e0cc2a9984942d57fc77c0d7" 1300 + checksum = "daa7e73e5b9dd467b2cbe7cc50ba224cd43bfcc0a618fd75f4adc32cf3a95d66" 1301 1301 dependencies = [ 1302 1302 "arc-swap", 1303 1303 "base64", ··· 1323 1323 1324 1324 [[package]] 1325 1325 name = "hotpath-macros" 1326 - version = "0.9.0" 1326 + version = "0.9.1" 1327 1327 source = "registry+https://github.com/rust-lang/crates.io-index" 1328 - checksum = "9a8d87ff506da0e93bac1a7ba104aa79fac048edab9d8ef922e75ba54106ee3d" 1328 + checksum = "4aca1659ca1e70edc8f96de48530a104bec11a267f663625098137bfd072d601" 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.0", optional = true } 103 + hotpath = { version = "0.9.1", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.44.3"