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 Jan 24, 2024
1 parent a44c12b commit 6228c6e
Show file tree
Hide file tree
Showing 16 changed files with 518 additions and 453 deletions.
875 changes: 470 additions & 405 deletions Cargo.lock

Large diffs are not rendered by default.

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

[workspace.dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
async-recursion = { version = "1.0.4" }
async-scoped = { version = "0.7.1" }
async-trait = { version = "0.1.71" }
anyhow = { version = "1.0.79", features = ["backtrace"] }
async-recursion = { version = "1.0.5" }
async-scoped = { version = "0.8.0" }
async-trait = { version = "0.1.77" }
backtrace = "0.3"
better_scoped_tls = { version = "0.1.1" }
bitflags = { version = "1.3.2" }
colored = { version = "2.0.4" }
colored = { version = "2.1.0" }
concat-string = "1.0.1"
dashmap = { version = "5.5.0" }
dashmap = { version = "5.5.3" }
derivative = { version = "2.2.0" }
derive_builder = { version = "0.11.2" }
futures = { version = "0.3.28" }
futures-util = { version = "0.3.28" }
derive_builder = { version = "0.13.0" }
futures = { version = "0.3.30" }
futures-util = { version = "0.3.30" }
glob = { version = "0.3.1" }
hashlink = { version = "0.8.3" }
hashlink = { version = "0.9.0" }
indexmap = { version = "=1.9.3", features = ["serde-1"] }
insta = { version = "1.30.0" }
itertools = { version = "0.10.5" }
insta = { version = "1.34.0" }
itertools = { version = "0.12.0" }
json = { version = "0.12.4" }
linked_hash_set = { version = "0.1.4" }
mimalloc-rust = { version = "0.2" }
mime_guess = { version = "2.0.4" }
once_cell = { version = "1.18.0" }
once_cell = { version = "1.19.0" }
paste = { version = "1.0" }
path-clean = { version = "1.0.1" }
pathdiff = { version = "0.2.1" }
preset_env_base = { version = "0.4.6" }
proc-macro2 = { version = "1.0.76" }
preset_env_base = { version = "0.4.10" }
proc-macro2 = { version = "1.0.78" }
quote = { version = "1.0.35" }
rayon = { version = "1.7.0" }
regex = { version = "1.9.1" }
rkyv = { version = "0.7.42" }
rayon = { version = "1.8.1" }
regex = { version = "1.10.3" }
rkyv = { version = "0.7.43" }
rspack_sources = { version = "0.2.7" }
rustc-hash = { version = "1.1.0" }
schemars = { version = "0.8.12" }
schemars = { version = "0.8.16" }
serde = { version = "1.0.195" }
serde_json = { version = "1.0.100" }
similar = { version = "2.2.1" }
serde_json = { version = "1.0.111" }
similar = { version = "2.4.0" }
sugar_path = { version = "0.0.12" }
syn = { version = "2.0.48" }
testing_macros = { version = "0.2.11" }
tokio = { version = "1.29.1" }
testing_macros = { version = "0.2.12" }
tokio = { version = "1.35.1" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18" }
url = { version = "2.4.0" }
urlencoding = { version = "2.1.2" }
url = { version = "2.5.0" }
urlencoding = { version = "2.1.3" }
ustr = { version = "0.9.0" }
xxhash-rust = { version = "0.8.6" }
xxhash-rust = { version = "0.8.8" }

# Pinned
napi = { version = "=2.13.3" }
napi-build = { version = "=2.0.1" }
napi-derive = { version = "=2.13.0" }
napi-sys = { version = "=2.2.3" }
styled_components = { version = "0.91.0" }
napi = { version = "=2.14.4" }
napi-build = { version = "=2.1.0" }
napi-derive = { version = "=2.14.6" }
napi-sys = { version = "=2.3.0" }
styled_components = { version = "0.96.1" }
swc_config = { version = "=0.1.9" }
swc_core = { version = "=0.87.21", default-features = false }
swc_css = { version = "=0.157.29" }
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-rst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ colored = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

console = "0.15.7"
console = "0.15.8"
similar = { workspace = true, features = ["inline", "text", "bytes"] }
2 changes: 1 addition & 1 deletion crates/rspack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rspack_tracing = { path = "../rspack_tracing" }


cargo-rst = { path = "../cargo-rst" }
criterion = { version = "0.3.6", features = ["async_tokio", "async_futures"] }
criterion = { version = "0.5.1", features = ["async_tokio", "async_futures"] }
insta = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_ast_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"

[dependencies]
anyhow = { workspace = true }
argh = "0.1.10"
argh = "0.1.12"
regex = { workspace = true }
swc_core = { workspace = true, features = [
"ecma_ast",
Expand Down
6 changes: 3 additions & 3 deletions crates/rspack_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-trait = { workspace = true }
bitflags = { workspace = true }
dashmap = { workspace = true }
derivative = { workspace = true }
dyn-clone = "1.0.11"
dyn-clone = "1.0.16"
either = "1"
futures = { workspace = true }
glob-match = "0.2.1"
Expand All @@ -23,9 +23,9 @@ itertools = { workspace = true }
json = { workspace = true }
mime_guess = { workspace = true }
once_cell = { workspace = true }
oxc_resolver = { version = "1.2.1" }
oxc_resolver = { version = "1.2.2" }
paste = { workspace = true }
petgraph = { version = "0.6.3", features = ["serde-1"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
rayon = { workspace = true }
regex = { workspace = true }
rkyv = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ swc_core = { workspace = true, features = ["common"] }
termcolor = "1"
textwrap = "0.15.2"
thiserror = "1"
unicode-width = "0.1.10"
unicode-width = "0.1.11"
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.4.0" }
data-encoding = { version = "2.5.0" }
md4 = "0.10.2"
smol_str = { version = "*" }
xxhash-rust = { workspace = true, features = ["xxh3"] }
2 changes: 1 addition & 1 deletion crates/rspack_loader_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
similar-asserts = "1.4.2"
similar-asserts = "1.5.0"

[dependencies]
anymap = "1.0.0-beta.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_loader_swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
dashmap = { workspace = true }
either = "1"
jsonc-parser = { version = "0.22.1", features = ["serde"] }
jsonc-parser = { version = "0.23.0", features = ["serde"] }
once_cell = { workspace = true }
rspack_ast = { path = "../rspack_ast" }
rspack_core = { path = "../rspack_core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rspack_error = { path = "../rspack_error" }
schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = "0.10.7"
sha2 = "0.10.8"
sugar_path = { workspace = true }
swc_core = { workspace = true }
swc_html = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rspack_testing = { path = "../rspack_testing" }

[dependencies]
json = { workspace = true }
ropey = "1.6.0"
ropey = "1.6.1"
rspack_core = { path = "../rspack_core" }
rspack_error = { path = "../rspack_error" }
2 changes: 1 addition & 1 deletion crates/rspack_plugin_progress/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 }
indicatif = "0.17.5"
indicatif = "0.17.7"
linked-hash-map = "0.5.6"
rspack_core = { path = "../rspack_core" }
rspack_error = { path = "../rspack_error" }
2 changes: 1 addition & 1 deletion crates/rspack_plugin_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rspack_identifier = { path = "../rspack_identifier" }
rspack_util = { path = "../rspack_util" }
serde_json = { workspace = true }
swc_core = { workspace = true, features = ["__ecma"] }
wasmparser = "0.102.0"
wasmparser = "0.119.0"

[dev-dependencies]
rspack_testing = { path = "../rspack_testing" }
4 changes: 2 additions & 2 deletions crates/rspack_regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex-syntax = { version = "0.7.4", default-features = false, features = ["std"] }
regress = "0.6.0"
regex-syntax = { version = "0.8.2", default-features = false, features = ["std"] }
regress = "0.7.1"
rspack_error = { path = "../rspack_error" }
swc_core = { workspace = true, features = ["ecma_ast"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.5"

[dependencies]
Inflector = "0.11.4"
handlebars = "4.3.7"
handlebars = "4.5.0"
rustc-hash = { workspace = true }
serde = { workspace = true }
swc_core = { workspace = true, features = ["common", "ecma_ast", "ecma_visit"] }
Expand Down

0 comments on commit 6228c6e

Please sign in to comment.