Skip to content

Commit 2406235

Browse files
authored
chore(deps): update all metacall crates (#70)
Signed-off-by: Fahd Ashour <fahd.fady212@gmail.com>
1 parent 5b42f25 commit 2406235

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metassr-fs-analyzer = { path = "crates/metassr-fs-analyzer" }
4040
metassr-watcher = { path = "crates/metassr-watcher" }
4141

4242
[build-dependencies]
43-
metacall-sys = "0.1.2"
43+
metacall-sys = "0.1.4"
4444

4545
[workspace]
4646
members = [

crates/metassr-build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Web builder & client bundler (built on Rspack), built for MetaSSR
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
metacall = "0.5.1"
9+
metacall = "0.5.6"
1010
anyhow = "1.0.82"
1111
serde_json = "1.0.120"
1212
metassr-utils = { path = "../metassr-utils" }
@@ -18,4 +18,4 @@ metassr-fs-analyzer = { path = "../metassr-fs-analyzer" }
1818

1919

2020
[build-dependencies]
21-
metacall-sys = "0.1.1"
21+
metacall-sys = "0.1.4"

crates/metassr-bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ description = "A simple crate is used for web bundling built on Metacall and Rsp
88
[dependencies]
99
anyhow = "1.0.86"
1010
lazy_static = "1.5.0"
11-
metacall = "0.5.1"
11+
metacall = "0.5.6"
1212
metassr-utils = { path = "../metassr-utils" }
1313
serde_json = "1.0.128"
1414
tracing = "0.1.40"
1515

1616

1717
[build-dependencies]
18-
metacall-sys = "0.1.1"
18+
metacall-sys = "0.1.4"

metassr-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
anyhow = "1.0.82"
1010
clap = { version = "4.5.4", features = ["derive"] }
1111
inquire = "0.9.1"
12-
metacall = "0.5.1"
12+
metacall = "0.5.6"
1313

1414
axum = "0.7.5"
1515
tokio = "1.37.0"
@@ -24,4 +24,4 @@ metassr-create = { path = "../crates/metassr-create" }
2424
metassr-watcher = { path = "../crates/metassr-watcher" }
2525

2626
[build-dependencies]
27-
metacall-sys = "0.1.2"
27+
metacall-sys = "0.1.4"

0 commit comments

Comments
 (0)