From 0413977dee0dc6a7fd039877701a26f0391a9b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:33:24 +0000 Subject: [PATCH] chore(deps): update crates --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b840a97e7b..fe9af58bd44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,17 +74,17 @@ napi-build = { version = "2" } napi-derive = { version = "2" } # Serialize and Deserialize -inventory = { version = "0.1" } +inventory = { version = "0.3" } rkyv = { version = "=0.8.8" } # Must be pinned with the same swc versions swc_config = { version = "=1.0.0" } -swc_core = { version = "=3.0.1", default-features = false } -swc_ecma_minifier = { version = "=3.0.0", default-features = false } -swc_error_reporters = { version = "=3.0.0" } -swc_html = { version = "=3.0.0" } -swc_html_minifier = { version = "=3.0.0", default-features = false } -swc_node_comments = { version = "=2.0.0" } +swc_core = { version = "=1.0.0", default-features = false } +swc_ecma_minifier = { version = "=1.0.0", default-features = false } +swc_error_reporters = { version = "=2.0.0" } +swc_html = { version = "=1.0.0" } +swc_html_minifier = { version = "=1.0.0", default-features = false } +swc_node_comments = { version = "=1.0.0" } rspack_dojang = { version = "0.1.9" } [workspace.metadata.release]