ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

build(deps): bump tracing-indicatif from 0.3.6 to 0.3.9

Bumps [tracing-indicatif](https://github.com/emersonford/tracing-indicatif) from 0.3.6 to 0.3.9.
- [Release notes](https://github.com/emersonford/tracing-indicatif/releases)
- [Changelog](https://github.com/emersonford/tracing-indicatif/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emersonford/tracing-indicatif/compare/0.3.6...0.3.9)

---
updated-dependencies:
- dependency-name: tracing-indicatif
dependency-version: 0.3.9
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

+98 -18
+97 -17
Cargo.lock
··· 141 141 ] 142 142 143 143 [[package]] 144 + name = "bumpalo" 145 + version = "3.17.0" 146 + source = "registry+https://github.com/rust-lang/crates.io-index" 147 + checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 148 + 149 + [[package]] 144 150 name = "byteorder" 145 151 version = "1.5.0" 146 152 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 272 278 "encode_unicode", 273 279 "lazy_static", 274 280 "libc", 275 - "unicode-width", 281 + "unicode-width 0.1.13", 276 282 "windows-sys 0.52.0", 277 283 ] 278 284 ··· 508 514 509 515 [[package]] 510 516 name = "indicatif" 511 - version = "0.17.8" 517 + version = "0.17.11" 512 518 source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 519 + checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 514 520 dependencies = [ 515 521 "console", 516 - "instant", 517 522 "number_prefix", 518 523 "portable-atomic", 519 - "unicode-width", 524 + "unicode-width 0.2.0", 520 525 "vt100", 521 - ] 522 - 523 - [[package]] 524 - name = "instant" 525 - version = "0.1.13" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 528 - dependencies = [ 529 - "cfg-if", 526 + "web-time", 530 527 ] 531 528 532 529 [[package]] ··· 567 564 version = "1.0.11" 568 565 source = "registry+https://github.com/rust-lang/crates.io-index" 569 566 checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 567 + 568 + [[package]] 569 + name = "js-sys" 570 + version = "0.3.77" 571 + source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 573 + dependencies = [ 574 + "once_cell", 575 + "wasm-bindgen", 576 + ] 570 577 571 578 [[package]] 572 579 name = "key_agent" ··· 1352 1359 1353 1360 [[package]] 1354 1361 name = "tracing-indicatif" 1355 - version = "0.3.6" 1362 + version = "0.3.9" 1356 1363 source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "069580424efe11d97c3fef4197fa98c004fa26672cc71ad8770d224e23b1951d" 1364 + checksum = "8201ca430e0cd893ef978226fd3516c06d9c494181c8bf4e5b32e30ed4b40aa1" 1358 1365 dependencies = [ 1359 1366 "indicatif", 1360 1367 "tracing", ··· 1410 1417 version = "0.1.13" 1411 1418 source = "registry+https://github.com/rust-lang/crates.io-index" 1412 1419 checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 1420 + 1421 + [[package]] 1422 + name = "unicode-width" 1423 + version = "0.2.0" 1424 + source = "registry+https://github.com/rust-lang/crates.io-index" 1425 + checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 1413 1426 1414 1427 [[package]] 1415 1428 name = "unicode-xid" ··· 1443 1456 dependencies = [ 1444 1457 "itoa", 1445 1458 "log", 1446 - "unicode-width", 1459 + "unicode-width 0.1.13", 1447 1460 "vte", 1448 1461 ] 1449 1462 ··· 1473 1486 version = "0.11.0+wasi-snapshot-preview1" 1474 1487 source = "registry+https://github.com/rust-lang/crates.io-index" 1475 1488 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1489 + 1490 + [[package]] 1491 + name = "wasm-bindgen" 1492 + version = "0.2.100" 1493 + source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1495 + dependencies = [ 1496 + "cfg-if", 1497 + "once_cell", 1498 + "wasm-bindgen-macro", 1499 + ] 1500 + 1501 + [[package]] 1502 + name = "wasm-bindgen-backend" 1503 + version = "0.2.100" 1504 + source = "registry+https://github.com/rust-lang/crates.io-index" 1505 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1506 + dependencies = [ 1507 + "bumpalo", 1508 + "log", 1509 + "proc-macro2 1.0.94", 1510 + "quote 1.0.36", 1511 + "syn 2.0.100", 1512 + "wasm-bindgen-shared", 1513 + ] 1514 + 1515 + [[package]] 1516 + name = "wasm-bindgen-macro" 1517 + version = "0.2.100" 1518 + source = "registry+https://github.com/rust-lang/crates.io-index" 1519 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1520 + dependencies = [ 1521 + "quote 1.0.36", 1522 + "wasm-bindgen-macro-support", 1523 + ] 1524 + 1525 + [[package]] 1526 + name = "wasm-bindgen-macro-support" 1527 + version = "0.2.100" 1528 + source = "registry+https://github.com/rust-lang/crates.io-index" 1529 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1530 + dependencies = [ 1531 + "proc-macro2 1.0.94", 1532 + "quote 1.0.36", 1533 + "syn 2.0.100", 1534 + "wasm-bindgen-backend", 1535 + "wasm-bindgen-shared", 1536 + ] 1537 + 1538 + [[package]] 1539 + name = "wasm-bindgen-shared" 1540 + version = "0.2.100" 1541 + source = "registry+https://github.com/rust-lang/crates.io-index" 1542 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1543 + dependencies = [ 1544 + "unicode-ident", 1545 + ] 1546 + 1547 + [[package]] 1548 + name = "web-time" 1549 + version = "1.1.0" 1550 + source = "registry+https://github.com/rust-lang/crates.io-index" 1551 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1552 + dependencies = [ 1553 + "js-sys", 1554 + "wasm-bindgen", 1555 + ] 1476 1556 1477 1557 [[package]] 1478 1558 name = "which"
+1 -1
Cargo.toml
··· 14 14 serde_json = { version = "1.0.140" } 15 15 tokio = { version = "1.44.1", features = ["full"] } 16 16 tracing = "0.1.41" 17 - tracing-indicatif = "0.3.6" 17 + tracing-indicatif = "0.3.9" 18 18 tracing-log = "0.2.0" 19 19 tracing-subscriber = "0.3.18" 20 20 im = { version = "15.1.0", features = ["serde"] }