diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-22 11:17:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-22 11:34:10 +0900 |
| commit | 8071553d6c706cffda6fdb4391b561329e949014 (patch) | |
| tree | 2e450850296c8c17adb427c5ed012df4f810d1aa /Cargo.toml | |
| parent | 9f0d210021c54f63c9984446862b6ec68834bc63 (diff) | |
| download | php-mozart-8071553d6c706cffda6fdb4391b561329e949014.tar.gz php-mozart-8071553d6c706cffda6fdb4391b561329e949014.tar.zst php-mozart-8071553d6c706cffda6fdb4391b561329e949014.zip | |
feat(deps): update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -12,27 +12,27 @@ mozart-core = { path = "crates/mozart-core" } mozart-archiver = { path = "crates/mozart-archiver" } mozart-registry = { path = "crates/mozart-registry" } mozart-autoload = { path = "crates/mozart-autoload" } -anyhow = "1.0.101" -bzip2 = "0.5" -clap = { version = "4.5.57", features = ["derive"] } -clap_complete = "4" +anyhow = "1.0.102" +bzip2 = "0.5.2" +clap = { version = "4.5.60", features = ["derive"] } +clap_complete = "4.5.66" colored = "3.1.1" dialoguer = "0.12.0" -filetime = "0.2" -flate2 = "1" -md5 = "0.7" +filetime = "0.2.27" +flate2 = "1.1.9" +md5 = "0.7.0" pubgrub = "0.3.0" regex = "1.12.3" reqwest = { version = "0.13.2", features = ["json"] } -self-replace = "1" +self-replace = "1.5.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -sha1 = "0.10" -tar = "0.4" +sha1 = "0.10.6" +tar = "0.4.44" tempfile = "3.25.0" tokio = { version = "1.49.0", features = ["full"] } -tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } -zip = { version = "2", default-features = false, features = ["deflate"] } -assert_cmd = "2" -predicates = "3" +tracing = "0.1.44" +tracing-subscriber = { version = "0.3.22", features = ["env-filter", "fmt"] } +zip = { version = "2.4.2", default-features = false, features = ["deflate"] } +assert_cmd = "2.1.2" +predicates = "3.1.4" |
