aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-autoload
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 /crates/mozart-autoload
parent9f0d210021c54f63c9984446862b6ec68834bc63 (diff)
downloadphp-mozart-8071553d6c706cffda6fdb4391b561329e949014.tar.gz
php-mozart-8071553d6c706cffda6fdb4391b561329e949014.tar.zst
php-mozart-8071553d6c706cffda6fdb4391b561329e949014.zip
feat(deps): update dependencies
Diffstat (limited to 'crates/mozart-autoload')
-rw-r--r--crates/mozart-autoload/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/mozart-autoload/Cargo.toml b/crates/mozart-autoload/Cargo.toml
index 84ec08a..93037df 100644
--- a/crates/mozart-autoload/Cargo.toml
+++ b/crates/mozart-autoload/Cargo.toml
@@ -4,14 +4,11 @@ version.workspace = true
edition.workspace = true
[dependencies]
-mozart-core.workspace = true
mozart-registry.workspace = true
anyhow.workspace = true
md5.workspace = true
regex.workspace = true
-serde.workspace = true
serde_json.workspace = true
-tracing.workspace = true
[dev-dependencies]
tempfile.workspace = true