aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2954f69..8f20ba7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,23 +24,23 @@ mingling_pathf = { path = "mingling_pathf", default-features = false }
just_fmt = "0.1.2"
just_template = "0.1.3"
-serde = { version = "1.0", features = ["derive"] }
-serde_json = "1"
-serde_yaml = "0.9"
-toml = "1.1.2"
-ron = "0.12.1"
+serde = { version = "1.0.228", features = ["derive"] }
+serde_json = "1.0.150"
+serde_yaml = "0.9.34+deprecated"
+toml = "1.1.2+spec-1.1.0"
+ron = "0.12.2"
-dirs = "6"
+dirs = "6.0.0"
-syn = { version = "2.0", features = ["full", "visit-mut"] }
-quote = "1.0"
-proc-macro2 = "1.0"
+syn = { version = "2.0.118", features = ["full", "visit-mut"] }
+quote = "1.0.46"
+proc-macro2 = "1.0.106"
colored = "3.1.1"
tokio = { version = "1", features = ["full"] }
-log = "0.4"
-env_logger = "0.11"
+log = "0.4.33"
+env_logger = "0.11.11"
[workspace.package]
version = "0.2.0"