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 19, 2024
1 parent 539b10f commit 89fa02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rspack_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ swc_core = { workspace = true, features = ["common", "common_concurren
termcolor = "1"
textwrap = "0.15.2"
thiserror = "1"
unicode-width = "0.1.11"
unicode-width = "0.2.0"
2 changes: 1 addition & 1 deletion crates/rspack_loader_swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-trait = { workspace = true }
base64 = { version = "0.22" }
dashmap = { workspace = true }
either = "1"
jsonc-parser = { version = "0.23.0", features = ["serde"] }
jsonc-parser = { version = "0.24.0", features = ["serde"] }
rspack_ast = { version = "0.1.0", path = "../rspack_ast" }
rspack_core = { version = "0.1.0", path = "../rspack_core" }
rspack_error = { version = "0.1.0", path = "../rspack_error" }
Expand Down

0 comments on commit 89fa02a

Please sign in to comment.