Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
CVE-2026-25727
Merged fintohaps opened 2 months ago

Report: https://www.cve.org/CVERecord?id=CVE-2026-25727

The time crate was a transitivie dependency of human-panic. Updating human-panic to 2.0.6 removes the plist, and in turn, time dependencies.

2 files changed +207 -136 31607cf7 c06b00e3
modified Cargo.lock
@@ -4,9 +4,9 @@ version = 4

[[package]]
name = "addr2line"
-
version = "0.24.2"
+
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
+
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
dependencies = [
 "gimli",
]
@@ -136,23 +136,24 @@ dependencies = [

[[package]]
name = "anstream"
-
version = "0.6.13"
+
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
dependencies = [
 "anstyle",
 "anstyle-parse",
 "anstyle-query",
 "anstyle-wincon",
 "colorchoice",
+
 "is_terminal_polyfill",
 "utf8parse",
]

[[package]]
name = "anstyle"
-
version = "1.0.11"
+
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"

[[package]]
name = "anstyle-parse"
@@ -174,12 +175,13 @@ dependencies = [

[[package]]
name = "anstyle-wincon"
-
version = "3.0.2"
+
version = "3.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
 "anstyle",
-
 "windows-sys 0.52.0",
+
 "once_cell_polyfill",
+
 "windows-sys 0.60.2",
]

[[package]]
@@ -208,9 +210,9 @@ checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"

[[package]]
name = "backtrace"
-
version = "0.3.75"
+
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
+
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
dependencies = [
 "addr2line",
 "cfg-if",
@@ -218,7 +220,7 @@ dependencies = [
 "miniz_oxide",
 "object",
 "rustc-demangle",
-
 "windows-targets 0.52.6",
+
 "windows-link 0.2.1",
]

[[package]]
@@ -746,15 +748,6 @@ dependencies = [
]

[[package]]
-
name = "deranged"
-
version = "0.4.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
-
dependencies = [
-
 "powerfmt",
-
]
-

-
[[package]]
name = "derive_more"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1124,9 +1117,9 @@ dependencies = [

[[package]]
name = "gimli"
-
version = "0.31.1"
+
version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
+
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"

[[package]]
name = "git-ref-format"
@@ -1742,16 +1735,16 @@ dependencies = [

[[package]]
name = "human-panic"
-
version = "2.0.3"
+
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ac63a746b187e95d51fe16850eb04d1cfef203f6af98e6c405a6f262ad3df00a"
+
checksum = "075e8747af11abcff07d55d98297c9c6c70eb5d6365b25e7b12f02e484935191"
dependencies = [
 "anstream",
 "anstyle",
 "backtrace",
-
 "os_info",
 "serde",
 "serde_derive",
+
 "sysinfo",
 "toml",
 "uuid",
]
@@ -1981,6 +1974,12 @@ dependencies = [
]

[[package]]
+
name = "is_terminal_polyfill"
+
version = "1.70.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
+

+
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2317,6 +2316,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"

[[package]]
+
name = "ntapi"
+
version = "0.4.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
+
dependencies = [
+
 "winapi",
+
]
+

+
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2383,12 +2391,6 @@ dependencies = [
]

[[package]]
-
name = "num-conv"
-
version = "0.1.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
-

-
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2430,10 +2432,29 @@ dependencies = [
]

[[package]]
+
name = "objc2-core-foundation"
+
version = "0.3.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
+
dependencies = [
+
 "bitflags 2.9.1",
+
]
+

+
[[package]]
+
name = "objc2-io-kit"
+
version = "0.3.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
+
dependencies = [
+
 "libc",
+
 "objc2-core-foundation",
+
]
+

+
[[package]]
name = "object"
-
version = "0.36.7"
+
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
+
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
dependencies = [
 "memchr",
]
@@ -2445,22 +2466,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"

[[package]]
-
name = "opaque-debug"
-
version = "0.3.1"
+
name = "once_cell_polyfill"
+
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"

[[package]]
-
name = "os_info"
-
version = "3.12.0"
+
name = "opaque-debug"
+
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3"
-
dependencies = [
-
 "log",
-
 "plist",
-
 "serde",
-
 "windows-sys 0.52.0",
-
]
+
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"

[[package]]
name = "outref"
@@ -2532,7 +2547,7 @@ dependencies = [
 "libc",
 "redox_syscall 0.5.18",
 "smallvec",
-
 "windows-link",
+
 "windows-link 0.2.1",
]

[[package]]
@@ -2618,19 +2633,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"

[[package]]
-
name = "plist"
-
version = "1.7.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
-
dependencies = [
-
 "base64 0.22.1",
-
 "indexmap",
-
 "quick-xml",
-
 "serde",
-
 "time",
-
]
-

-
[[package]]
name = "poly1305"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2669,12 +2671,6 @@ dependencies = [
]

[[package]]
-
name = "powerfmt"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
-

-
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2785,15 +2781,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"

[[package]]
-
name = "quick-xml"
-
version = "0.38.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4"
-
dependencies = [
-
 "memchr",
-
]
-

-
[[package]]
name = "quote"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3565,10 +3552,11 @@ dependencies = [

[[package]]
name = "serde"
-
version = "1.0.219"
+
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
+
 "serde_core",
 "serde_derive",
]

@@ -3584,10 +3572,19 @@ dependencies = [
]

[[package]]
+
name = "serde_core"
+
version = "1.0.228"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
+
dependencies = [
+
 "serde_derive",
+
]
+

+
[[package]]
name = "serde_derive"
-
version = "1.0.219"
+
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
 "proc-macro2",
 "quote",
@@ -3629,11 +3626,11 @@ dependencies = [

[[package]]
name = "serde_spanned"
-
version = "1.0.0"
+
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
+
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
dependencies = [
-
 "serde",
+
 "serde_core",
]

[[package]]
@@ -4080,6 +4077,20 @@ dependencies = [
]

[[package]]
+
name = "sysinfo"
+
version = "0.37.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
+
dependencies = [
+
 "libc",
+
 "memchr",
+
 "ntapi",
+
 "objc2-core-foundation",
+
 "objc2-io-kit",
+
 "windows 0.61.3",
+
]
+

+
[[package]]
name = "systemd-journal-logger"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4185,37 +4196,6 @@ dependencies = [
]

[[package]]
-
name = "time"
-
version = "0.3.41"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
-
dependencies = [
-
 "deranged",
-
 "itoa",
-
 "num-conv",
-
 "powerfmt",
-
 "serde",
-
 "time-core",
-
 "time-macros",
-
]
-

-
[[package]]
-
name = "time-core"
-
version = "0.1.4"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
-

-
[[package]]
-
name = "time-macros"
-
version = "0.2.22"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
-
dependencies = [
-
 "num-conv",
-
 "time-core",
-
]
-

-
[[package]]
name = "timeago"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4264,11 +4244,11 @@ dependencies = [

[[package]]
name = "toml"
-
version = "0.9.5"
+
version = "0.9.12+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
+
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
dependencies = [
-
 "serde",
+
 "serde_core",
 "serde_spanned",
 "toml_datetime",
 "toml_writer",
@@ -4276,18 +4256,18 @@ dependencies = [

[[package]]
name = "toml_datetime"
-
version = "0.7.0"
+
version = "0.7.5+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
+
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
dependencies = [
-
 "serde",
+
 "serde_core",
]

[[package]]
name = "toml_writer"
-
version = "1.0.2"
+
version = "1.0.6+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
+
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"

[[package]]
name = "tracing"
@@ -4601,17 +4581,19 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"

[[package]]
name = "utf8parse"
-
version = "0.2.1"
+
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"

[[package]]
name = "uuid"
-
version = "1.16.0"
+
version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
+
checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
dependencies = [
 "getrandom 0.3.3",
+
 "js-sys",
+
 "wasm-bindgen",
]

[[package]]
@@ -4830,14 +4812,36 @@ dependencies = [

[[package]]
name = "windows"
+
version = "0.61.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
+
dependencies = [
+
 "windows-collections 0.2.0",
+
 "windows-core 0.61.2",
+
 "windows-future 0.2.1",
+
 "windows-link 0.1.3",
+
 "windows-numerics 0.2.0",
+
]
+

+
[[package]]
+
name = "windows"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
dependencies = [
-
 "windows-collections",
+
 "windows-collections 0.3.2",
 "windows-core 0.62.2",
-
 "windows-future",
-
 "windows-numerics",
+
 "windows-future 0.3.2",
+
 "windows-numerics 0.3.1",
+
]
+

+
[[package]]
+
name = "windows-collections"
+
version = "0.2.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
+
dependencies = [
+
 "windows-core 0.61.2",
]

[[package]]
@@ -4873,26 +4877,50 @@ dependencies = [

[[package]]
name = "windows-core"
+
version = "0.61.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
+
dependencies = [
+
 "windows-implement 0.60.2",
+
 "windows-interface 0.59.3",
+
 "windows-link 0.1.3",
+
 "windows-result 0.3.4",
+
 "windows-strings 0.4.2",
+
]
+

+
[[package]]
+
name = "windows-core"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
dependencies = [
 "windows-implement 0.60.2",
 "windows-interface 0.59.3",
-
 "windows-link",
+
 "windows-link 0.2.1",
 "windows-result 0.4.1",
 "windows-strings 0.5.1",
]

[[package]]
name = "windows-future"
+
version = "0.2.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
+
dependencies = [
+
 "windows-core 0.61.2",
+
 "windows-link 0.1.3",
+
 "windows-threading 0.1.0",
+
]
+

+
[[package]]
+
name = "windows-future"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
dependencies = [
 "windows-core 0.62.2",
-
 "windows-link",
-
 "windows-threading",
+
 "windows-link 0.2.1",
+
 "windows-threading 0.2.1",
]

[[package]]
@@ -4941,18 +4969,34 @@ dependencies = [

[[package]]
name = "windows-link"
+
version = "0.1.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
+

+
[[package]]
+
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"

[[package]]
name = "windows-numerics"
+
version = "0.2.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
+
dependencies = [
+
 "windows-core 0.61.2",
+
 "windows-link 0.1.3",
+
]
+

+
[[package]]
+
name = "windows-numerics"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
dependencies = [
 "windows-core 0.62.2",
-
 "windows-link",
+
 "windows-link 0.2.1",
]

[[package]]
@@ -4966,11 +5010,20 @@ dependencies = [

[[package]]
name = "windows-result"
+
version = "0.3.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
+
dependencies = [
+
 "windows-link 0.1.3",
+
]
+

+
[[package]]
+
name = "windows-result"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
dependencies = [
-
 "windows-link",
+
 "windows-link 0.2.1",
]

[[package]]
@@ -4985,11 +5038,20 @@ dependencies = [

[[package]]
name = "windows-strings"
+
version = "0.4.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
+
dependencies = [
+
 "windows-link 0.1.3",
+
]
+

+
[[package]]
+
name = "windows-strings"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
dependencies = [
-
 "windows-link",
+
 "windows-link 0.2.1",
]

[[package]]
@@ -5077,11 +5139,20 @@ dependencies = [

[[package]]
name = "windows-threading"
+
version = "0.1.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
+
dependencies = [
+
 "windows-link 0.1.3",
+
]
+

+
[[package]]
+
name = "windows-threading"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
dependencies = [
-
 "windows-link",
+
 "windows-link 0.2.1",
]

[[package]]
modified Cargo.toml
@@ -30,7 +30,7 @@ dunce = "1.0.5"
fastrand = { version = "2.0.0", default-features = false }
git2 = { version = "0.19.0", default-features = false, features = ["vendored-libgit2"] }
gix-hash = { version = "0.19.0", default-features = false }
-
human-panic = "2"
+
human-panic = "2.0.6"
itertools = "0.14"
lexopt = "0.3.0"
libc = "0.2.137"