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 May 4, 2024
1 parent 42527c5 commit 9ebfc12
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 98 deletions.
186 changes: 109 additions & 77 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ members = ["crates/*"]
resolver = "2" # See https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2

[workspace.dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
async-recursion = { version = "1.1.0" }
anyhow = { version = "1.0.82", features = ["backtrace"] }
async-recursion = { version = "1.1.1" }
async-scoped = { version = "0.9.0" }
async-trait = { version = "0.1.79" }
async-trait = { version = "0.1.80" }
better_scoped_tls = { version = "0.1.1" }
bitflags = { version = "2.5.0" }
concat-string = "1.0.1"
Expand All @@ -21,23 +21,23 @@ indoc = { version = "2.0.5" }
itertools = { version = "0.12.1" }
json = { version = "0.12.4" }
linked_hash_set = { version = "0.1.4" }
mimalloc-rust = { version = "0.2" }
mimalloc-rust = { version = "0.2.1" }
mime_guess = { version = "2.0.4" }
once_cell = { version = "1.19.0" }
paste = { version = "1.0" }
paste = { version = "1.0.14" }
path-clean = { version = "1.0.1" }
pathdiff = { version = "0.2.1" }
proc-macro2 = { version = "1.0.79" }
quote = { version = "1.0.35" }
proc-macro2 = { version = "1.0.81" }
quote = { version = "1.0.36" }
rayon = { version = "1.10.0" }
regex = { version = "1.10.4" }
rspack_sources = { version = "=0.2.14" }
rustc-hash = { version = "1.1.0" }
schemars = { version = "0.8.16" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.115" }
schemars = { version = "0.8.17" }
serde = { version = "1.0.200" }
serde_json = { version = "1.0.116" }
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
syn = { version = "2.0.58" }
syn = { version = "2.0.60" }
tokio = { version = "1.37.0" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18" }
Expand Down
2 changes: 1 addition & 1 deletion crates/node_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing = { workspace = true }
napi = { workspace = true }
napi-derive = { workspace = true }

color-backtrace = "0.6"
color-backtrace = "0.6.1"


[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bitflags = { workspace = true }
dashmap = { workspace = true }
derivative = { workspace = true }
dyn-clone = "1.0.17"
either = "1"
either = "1.11.0"
futures = { workspace = true }
glob-match = "0.2.1"
hashlink = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/rspack_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ once_cell = { workspace = true }
owo-colors = "3.5.0"
rspack_identifier = { path = "../rspack_identifier" }
swc_core = { workspace = true, features = ["common"] }
termcolor = "1"
termcolor = "1.4.1"
textwrap = "0.15.2"
thiserror = "1"
unicode-width = "0.1.11"
thiserror = "1.0.59"
unicode-width = "0.1.12"
2 changes: 1 addition & 1 deletion crates/rspack_hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"


[dependencies]
data-encoding = { version = "2.5.0" }
data-encoding = { version = "2.6.0" }
md4 = "0.10.2"
smol_str = { version = "*" }
xxhash-rust = { workspace = true, features = ["xxh3"] }
2 changes: 1 addition & 1 deletion crates/rspack_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"

[dependencies]
async-trait = { workspace = true }
futures-concurrency = "7.5.0"
futures-concurrency = "7.6.0"
rspack_error = { path = "../rspack_error" }
rspack_macros = { path = "../rspack_macros" }
rustc-hash = { workspace = true }
2 changes: 1 addition & 1 deletion crates/rspack_loader_swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugin = [
anyhow = { workspace = true }
async-trait = { workspace = true }
dashmap = { workspace = true }
either = "1"
either = "1.11.0"
jsonc-parser = { version = "0.23.0", features = ["serde"] }
once_cell = { workspace = true }
rspack_ast = { path = "../rspack_ast" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_macros_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rspack_identifier = { path = "../rspack_identifier" }
rspack_macros = { path = "../rspack_macros" }
rspack_util = { path = "../rspack_util" }
tokio = { workspace = true, features = ["macros"] }
trybuild = { version = "1.0.91", features = ["diff"] }
trybuild = { version = "1.0.93", features = ["diff"] }
2 changes: 1 addition & 1 deletion crates/rspack_plugin_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ rspack_identifier = { path = "../rspack_identifier" }
rspack_util = { path = "../rspack_util" }
serde_json = { workspace = true }
swc_core = { workspace = true, features = ["__ecma"] }
wasmparser = "0.202.0"
wasmparser = "0.206.0"

0 comments on commit 9ebfc12

Please sign in to comment.