📦 build(dependencies): upgrade several dependencies

- upgrade indicatif from 0.17 to 0.18.3
- upgrade other dependencies to the latest version
This commit is contained in:
Jeremiah Russell
2025-11-24 12:09:07 +00:00
committed by Jeremiah Russell
parent 3d8ffa6298
commit 0ca55978d0
2 changed files with 29 additions and 16 deletions

43
Cargo.lock generated
View File

@@ -382,6 +382,19 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "console"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width",
"windows-sys 0.61.1",
]
[[package]]
name = "core-foundation"
version = "0.10.1"
@@ -533,7 +546,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
dependencies = [
"console",
"console 0.15.11",
"shell-words",
"tempfile",
"thiserror 1.0.69",
@@ -627,7 +640,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.61.1",
]
[[package]]
@@ -1284,14 +1297,14 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.11"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
dependencies = [
"console",
"number_prefix",
"console 0.16.1",
"portable-atomic",
"unicode-width",
"unit-prefix",
"web-time",
]
@@ -1480,12 +1493,6 @@ dependencies = [
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
version = "0.37.3"
@@ -1747,7 +1754,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.61.1",
]
[[package]]
@@ -2128,7 +2135,7 @@ dependencies = [
"getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.61.1",
]
[[package]]
@@ -2399,6 +2406,12 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]]
name = "unit-prefix"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
[[package]]
name = "untrusted"
version = "0.9.0"
@@ -2559,7 +2572,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.61.1",
]
[[package]]

View File

@@ -44,7 +44,7 @@ toml = "0.9.7"
base64 = "0.22"
flate2 = "1.0"
dialoguer = "0.11"
indicatif = "0.17"
indicatif = "0.18.3"
[dev-dependencies]
httpmock = "0.8"