diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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" |
