We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babc488 commit 0ff3ee4Copy full SHA for 0ff3ee4
Cargo.toml
@@ -34,7 +34,7 @@ clap = "4.5"
34
regex = "1.11"
35
dirs = "6"
36
dirs-sys = "0.5"
37
-which = "7.0"
+which = "8.0"
38
thiserror = "2"
39
error-stack = "0.5"
40
dotenv = "0.15"
@@ -44,7 +44,7 @@ uuid = { version = "1.17", features = ["v4"] }
44
logos = "0.15"
45
shell-escape = "0.1"
46
bytecount = "0.6.9"
47
-just = "1.41.0"
+just = "1.42"
48
reqwest = { version = "0.12", features = ["blocking"] }
49
anyhow = "1.0"
50
tokio = { version = "1.46", features = ["full"] }
0 commit comments