Skip to content

Commit 03361e6

Browse files
authored
Merge branch 'master' into faukah/cleanup-installable
2 parents 407d6c4 + e27508e commit 03361e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ hostname = "0.4.1"
3838
humantime = "2.3.0"
3939
inquire = { default-features = false, version = "0.9.1", features = [ "crossterm" ] }
4040
nix = { default-features = false, features = [ "fs", "user" ], version = "0.30.1" }
41-
yansi = "1.0.1"
4241
regex = "1.11.3"
4342
reqwest = { default-features = false, features = [
4443
"rustls-tls-native-roots",
@@ -57,6 +56,7 @@ thiserror = "2.0.17"
5756
tracing = "0.1.41"
5857
tracing-subscriber = { features = [ "env-filter", "registry", "std" ], version = "0.3.20" }
5958
which = "8.0.0"
59+
yansi = "1.0.1"
6060

6161
[target.'cfg(target_os="macos")'.dependencies]
6262
system-configuration = "0.6.1"

0 commit comments

Comments
 (0)