summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock32
1 files changed, 3 insertions, 29 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 88a8d1d..291cf25 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -17,11 +17,11 @@ dependencies = [
name = "action_system_macros"
version = "0.1.0"
dependencies = [
+ "just_fmt",
"proc-macro2",
"quote",
"serde",
"serde_json",
- "string_proc",
"syn",
"tcp_connection",
]
@@ -798,7 +798,6 @@ dependencies = [
"jvlib",
"sha1_hash",
"sheet_system",
- "string_proc",
"tcp_connection",
"toml",
"vcs_actions",
@@ -1567,22 +1566,6 @@ dependencies = [
]
[[package]]
-name = "string_proc"
-version = "0.1.0"
-dependencies = [
- "strip-ansi-escapes",
-]
-
-[[package]]
-name = "strip-ansi-escapes"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
-dependencies = [
- "vte",
-]
-
-[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1783,11 +1766,11 @@ version = "0.1.0"
dependencies = [
"action_system",
"cfg_file",
+ "just_fmt",
"log",
"serde",
"serde_json",
"sha1_hash",
- "string_proc",
"tcp_connection",
"thiserror 2.0.17",
"tokio",
@@ -1803,10 +1786,10 @@ dependencies = [
"chrono",
"data_struct",
"dirs",
+ "just_fmt",
"rand 0.9.2",
"serde",
"sha1_hash",
- "string_proc",
"tcp_connection",
"tokio",
"uuid",
@@ -1838,15 +1821,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
-name = "vte"
-version = "0.14.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
-dependencies = [
- "memchr",
-]
-
-[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"