upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 09:39:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 09:39:00 +0100
commit04e7aaf905eda270aedde8c2ca9228ec90e9905f (patch)
tree77e054299b9940d653e46110fd6d93ffe5d26e57 /Cargo.lock
parentb01908c12af958726347018bcdc952751f8c8e17 (diff)
chore: bump console indicatif
as the breaking changes don't impact ngit
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock37
1 files changed, 25 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8269d2e..40ac76f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -462,6 +462,19 @@ dependencies = [
462] 462]
463 463
464[[package]] 464[[package]]
465name = "console"
466version = "0.16.0"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d"
469dependencies = [
470 "encode_unicode",
471 "libc",
472 "once_cell",
473 "unicode-width",
474 "windows-sys 0.60.2",
475]
476
477[[package]]
465name = "cpufeatures" 478name = "cpufeatures"
466version = "0.2.17" 479version = "0.2.17"
467source = "registry+https://github.com/rust-lang/crates.io-index" 480source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -508,7 +521,7 @@ version = "0.11.0"
508source = "registry+https://github.com/rust-lang/crates.io-index" 521source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" 522checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
510dependencies = [ 523dependencies = [
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]]
1133name = "indicatif" 1146name = "indicatif"
1134version = "0.17.11" 1147version = "0.18.0"
1135source = "registry+https://github.com/rust-lang/crates.io-index" 1148source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 1149checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd"
1137dependencies = [ 1150dependencies = [
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]]
1552name = "number_prefix"
1553version = "0.4.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1556
1557[[package]]
1558name = "object" 1565name = "object"
1559version = "0.36.7" 1566version = "0.36.7"
1560source = "registry+https://github.com/rust-lang/crates.io-index" 1567source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2856,6 +2863,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" 2863checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
2857 2864
2858[[package]] 2865[[package]]
2866name = "unit-prefix"
2867version = "0.5.1"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817"
2870
2871[[package]]
2859name = "universal-hash" 2872name = "universal-hash"
2860version = "0.5.1" 2873version = "0.5.1"
2861source = "registry+https://github.com/rust-lang/crates.io-index" 2874source = "registry+https://github.com/rust-lang/crates.io-index"