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.8.0 (#108)

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

+5 -5
+4 -4
Cargo.lock
··· 1333 1333 1334 1334 [[package]] 1335 1335 name = "hotpath" 1336 - version = "0.7.5" 1336 + version = "0.8.0" 1337 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "08382b985a19a79d95d35e2e201b02cc4b99efe2f47d82f3fd4301bb0005bb68" 1338 + checksum = "4b0a2c66c081fe3684a54a7e5d059c9d9ad6b3ee5ccea14f6e4f056dbd77becf" 1339 1339 dependencies = [ 1340 1340 "arc-swap", 1341 1341 "base64", ··· 1362 1362 1363 1363 [[package]] 1364 1364 name = "hotpath-macros" 1365 - version = "0.7.5" 1365 + version = "0.8.0" 1366 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1367 - checksum = "7d618063f89423ebe079a69f5435a13d4909219d4e359757118b75fd05ae65d0" 1367 + checksum = "a38fa43ca80cf906cd05127e490d740a51abb38316db7bce9d95e89724a81761" 1368 1368 dependencies = [ 1369 1369 "proc-macro2", 1370 1370 "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.7.5", optional = true } 103 + hotpath = { version = "0.8.0", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.44.3"