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.7.5 (#101)

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

+8 -10
+7 -9
Cargo.lock
··· 1333 1333 1334 1334 [[package]] 1335 1335 name = "hotpath" 1336 - version = "0.7.1" 1336 + version = "0.7.5" 1337 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "2649393dad24933993d38cc4c299e20d2b68847373b0c57bc99815f4ba35160f" 1338 + checksum = "08382b985a19a79d95d35e2e201b02cc4b99efe2f47d82f3fd4301bb0005bb68" 1339 1339 dependencies = [ 1340 1340 "arc-swap", 1341 1341 "base64", ··· 1349 1349 "hotpath-macros", 1350 1350 "libc", 1351 1351 "mach2", 1352 + "pin-project-lite", 1352 1353 "prettytable-rs", 1353 1354 "quanta", 1354 1355 "regex", ··· 1361 1362 1362 1363 [[package]] 1363 1364 name = "hotpath-macros" 1364 - version = "0.7.1" 1365 + version = "0.7.5" 1365 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "efb9a177d0f0b962b3ddfd5862a779851c3f983222d596d15f7f3553c18b7c6e" 1367 + checksum = "7d618063f89423ebe079a69f5435a13d4909219d4e359757118b75fd05ae65d0" 1367 1368 dependencies = [ 1368 1369 "proc-macro2", 1369 1370 "quote", ··· 1820 1821 1821 1822 [[package]] 1822 1823 name = "mach2" 1823 - version = "0.4.3" 1824 + version = "0.6.0" 1824 1825 source = "registry+https://github.com/rust-lang/crates.io-index" 1825 - checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 1826 - dependencies = [ 1827 - "libc", 1828 - ] 1826 + checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" 1829 1827 1830 1828 [[package]] 1831 1829 name = "malloc_buf"
+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", optional = true } 103 + hotpath = { version = "0.7.5", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.44.1"