aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-22 11:17:55 +0900
committernsfisis <nsfisis@gmail.com>2026-02-22 11:34:10 +0900
commit8071553d6c706cffda6fdb4391b561329e949014 (patch)
tree2e450850296c8c17adb427c5ed012df4f810d1aa /Cargo.toml
parent9f0d210021c54f63c9984446862b6ec68834bc63 (diff)
downloadphp-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.toml30
1 files changed, 15 insertions, 15 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58ad592..d197d11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"