diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 06:44:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 06:44:40 +0800 |
| commit | 367d0112b37fa77220d6715a8d19789a23bc9f47 (patch) | |
| tree | 88b363b52a143ebe2e383852dd92a49713a513c9 /Cargo.toml | |
| parent | 0414c4642c0fc98a5c5bae37943ac93ef75da60a (diff) | |
chore(deps): update Rust dependencies to latest patch versions
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" |
