diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:39:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:39:00 +0100 |
| commit | 04e7aaf905eda270aedde8c2ca9228ec90e9905f (patch) | |
| tree | 77e054299b9940d653e46110fd6d93ffe5d26e57 | |
| parent | b01908c12af958726347018bcdc952751f8c8e17 (diff) | |
chore: bump console indicatif
as the breaking changes don't impact ngit
| -rw-r--r-- | Cargo.lock | 37 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 27 insertions, 14 deletions
| @@ -462,6 +462,19 @@ dependencies = [ | |||
| 462 | ] | 462 | ] |
| 463 | 463 | ||
| 464 | [[package]] | 464 | [[package]] |
| 465 | name = "console" | ||
| 466 | version = "0.16.0" | ||
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 468 | checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d" | ||
| 469 | dependencies = [ | ||
| 470 | "encode_unicode", | ||
| 471 | "libc", | ||
| 472 | "once_cell", | ||
| 473 | "unicode-width", | ||
| 474 | "windows-sys 0.60.2", | ||
| 475 | ] | ||
| 476 | |||
| 477 | [[package]] | ||
| 465 | name = "cpufeatures" | 478 | name = "cpufeatures" |
| 466 | version = "0.2.17" | 479 | version = "0.2.17" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" | 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -508,7 +521,7 @@ version = "0.11.0" | |||
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" | 522 | checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" |
| 510 | dependencies = [ | 523 | dependencies = [ |
| 511 | "console", | 524 | "console 0.15.11", |
| 512 | "shell-words", | 525 | "shell-words", |
| 513 | "tempfile", | 526 | "tempfile", |
| 514 | "thiserror 1.0.69", | 527 | "thiserror 1.0.69", |
| @@ -1131,14 +1144,14 @@ dependencies = [ | |||
| 1131 | 1144 | ||
| 1132 | [[package]] | 1145 | [[package]] |
| 1133 | name = "indicatif" | 1146 | name = "indicatif" |
| 1134 | version = "0.17.11" | 1147 | version = "0.18.0" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" | 1149 | checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" |
| 1137 | dependencies = [ | 1150 | dependencies = [ |
| 1138 | "console", | 1151 | "console 0.16.0", |
| 1139 | "number_prefix", | ||
| 1140 | "portable-atomic", | 1152 | "portable-atomic", |
| 1141 | "unicode-width", | 1153 | "unicode-width", |
| 1154 | "unit-prefix", | ||
| 1142 | "web-time", | 1155 | "web-time", |
| 1143 | ] | 1156 | ] |
| 1144 | 1157 | ||
| @@ -1413,7 +1426,7 @@ dependencies = [ | |||
| 1413 | "auth-git2", | 1426 | "auth-git2", |
| 1414 | "chacha20poly1305", | 1427 | "chacha20poly1305", |
| 1415 | "clap", | 1428 | "clap", |
| 1416 | "console", | 1429 | "console 0.16.0", |
| 1417 | "dialoguer", | 1430 | "dialoguer", |
| 1418 | "directories", | 1431 | "directories", |
| 1419 | "futures", | 1432 | "futures", |
| @@ -1549,12 +1562,6 @@ dependencies = [ | |||
| 1549 | ] | 1562 | ] |
| 1550 | 1563 | ||
| 1551 | [[package]] | 1564 | [[package]] |
| 1552 | name = "number_prefix" | ||
| 1553 | version = "0.4.0" | ||
| 1554 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1555 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | ||
| 1556 | |||
| 1557 | [[package]] | ||
| 1558 | name = "object" | 1565 | name = "object" |
| 1559 | version = "0.36.7" | 1566 | version = "0.36.7" |
| 1560 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2856,6 +2863,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2856 | checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" | 2863 | checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| 2857 | 2864 | ||
| 2858 | [[package]] | 2865 | [[package]] |
| 2866 | name = "unit-prefix" | ||
| 2867 | version = "0.5.1" | ||
| 2868 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2869 | checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" | ||
| 2870 | |||
| 2871 | [[package]] | ||
| 2859 | name = "universal-hash" | 2872 | name = "universal-hash" |
| 2860 | version = "0.5.1" | 2873 | version = "0.5.1" |
| 2861 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -17,12 +17,12 @@ async-trait = "0.1.88" | |||
| 17 | auth-git2 = "0.5.8" | 17 | auth-git2 = "0.5.8" |
| 18 | chacha20poly1305 = "0.10.1" | 18 | chacha20poly1305 = "0.10.1" |
| 19 | clap = { version = "4.5.41", features = ["derive"] } | 19 | clap = { version = "4.5.41", features = ["derive"] } |
| 20 | console = "0.15.11" | 20 | console = "0.16.0" |
| 21 | dialoguer = "0.11.0" | 21 | dialoguer = "0.11.0" |
| 22 | directories = "6.0.0" | 22 | directories = "6.0.0" |
| 23 | futures = "0.3.31" | 23 | futures = "0.3.31" |
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |
| 25 | indicatif = "0.17.11" | 25 | indicatif = "0.18.0" |
| 26 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } | 26 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } |
| 27 | nostr-connect = "0.41.0" | 27 | nostr-connect = "0.41.0" |
| 28 | nostr-database = "0.41.0" | 28 | nostr-database = "0.41.0" |