Skip to content

Commit

Permalink
chore(deps): update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 673bfd6 commit 0413977
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0413977

Please sign in to comment.