Update libs

This commit is contained in:
Noah Knegt
2025-05-08 16:48:10 +02:00
parent a2f2e303a0
commit 347d71d9de
10 changed files with 202 additions and 159 deletions

8
Cargo.lock generated
View File

@@ -137,8 +137,8 @@ version = "0.1.0"
dependencies = [
"anyhow",
"colored",
"git",
"indicatif",
"thiserror",
]
[[package]]
@@ -161,8 +161,8 @@ dependencies = [
"anyhow",
"clap",
"colored",
"command-with-spinner",
"dirs",
"git",
"indicatif",
"thiserror",
]
@@ -209,6 +209,8 @@ dependencies = [
name = "git"
version = "0.1.0"
dependencies = [
"anyhow",
"command-with-spinner",
"thiserror",
]
@@ -333,7 +335,7 @@ dependencies = [
"anyhow",
"clap",
"colored",
"command-with-spinner",
"git",
"indicatif",
]