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 22, 2025
1 parent 060ab07 commit 25f7dcb
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 183 deletions.
335 changes: 169 additions & 166 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ anyhow = { version = "1.0.95", features = ["backtrace"] }
anymap = { package = "anymap3", version = "1.0.1" }
async-recursion = { version = "1.1.1" }
async-scoped = { version = "0.9.0" }
async-trait = { version = "0.1.84" }
bitflags = { version = "2.6.0" }
async-trait = { version = "0.1.85" }
bitflags = { version = "2.8.0" }
camino = { version = "1.1.9" }
concat-string = { version = "1.0.1" }
cow-utils = { version = "0.1.3" }
Expand All @@ -46,7 +46,7 @@ glob = { version = "0.3.2" }
hashlink = { version = "0.10.0" }
heck = { version = "0.5.0" }
hex = { version = "0.4.3" }
indexmap = { version = "2.7.0" }
indexmap = { version = "2.7.1" }
indoc = { version = "2.0.5" }
itertools = { version = "0.14.0" }
json = { version = "0.12.4" }
Expand All @@ -60,22 +60,22 @@ paste = { version = "1.0.15" }
path-clean = { version = "1.0.1" }
pathdiff = { version = "0.2.3" }
pollster = { version = "0.4.0" }
proc-macro2 = { version = "1.0.92" }
proc-macro2 = { version = "1.0.93" }
quote = { version = "1.0.38" }
rayon = { version = "1.10.0" }
regex = { version = "1.11.1" }
ropey = "1.6.1"
rspack_resolver = { features = ["package_json_raw_json_api"], version = "0.5.0" }
rspack_sources = { version = "0.4.3" }
rspack_sources = { version = "0.4.4" }
rustc-hash = { version = "2.1.0" }
serde = { version = "1.0.217" }
serde_json = { version = "1.0.134" }
serde_json = { version = "1.0.137" }
simd-json = { version = "0.14.3" }
smol_str = { version = "0.3.0" }
stacker = { version = "0.1.17" }
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
syn = { version = "2.0.95" }
tokio = { version = "1.42.0" }
syn = { version = "2.0.96" }
tokio = { version = "1.43.0" }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.19" }
unicase = { version = "2.8.1" }
Expand Down
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 @@ repository = "https://github.com/web-infra-dev/rspack"
version = "0.2.0"

[dependencies]
data-encoding = { version = "2.6.0" }
data-encoding = { version = "2.7.0" }
md4 = "0.10.2"
rspack_cacheable = { workspace = true }
smol_str = { workspace = true }
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 @@ -38,7 +38,7 @@ swc = { workspace = true, features = ["manual-tokio-runtmie
swc_config = { workspace = true }
swc_core = { workspace = true, features = ["base", "ecma_ast", "common"] }
tracing = { workspace = true }
url = "2.5.0"
url = "2.5.4"

[build-dependencies]
cargo_toml = { version = "0.21.0" }
2 changes: 1 addition & 1 deletion crates/rspack_macros_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rspack_macros = { workspace = true }
rspack_util = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
tracing = { workspace = true }
trybuild = { version = "1.0.101", features = ["diff"] }
trybuild = { version = "1.0.102", features = ["diff"] }

[package.metadata.cargo-shear]
ignored = ["tracing", "rspack_cacheable"]
2 changes: 1 addition & 1 deletion crates/rspack_plugin_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rspack_util = { workspace = true }
serde_json = { workspace = true }
swc_core = { workspace = true, features = ["__ecma"] }
tracing = { workspace = true }
wasmparser = "0.222.0"
wasmparser = "0.224.0"

[package.metadata.cargo-shear]
ignored = ["tracing"]
2 changes: 1 addition & 1 deletion crates/rspack_regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.2.0"
cow-utils = { workspace = true }
napi = { workspace = true }
regex-syntax = { version = "0.8.5", default-features = false, features = ["std"] }
regress = "0.10.1"
regress = "0.10.3"
rspack_cacheable = { workspace = true }
rspack_error = { workspace = true }
swc_core = { workspace = true, features = ["ecma_ast"] }
Expand Down
8 changes: 4 additions & 4 deletions crates/rspack_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
opentelemetry = "0.26.0"
opentelemetry-otlp = "0.26.0"
opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] }
opentelemetry = "0.27.1"
opentelemetry-otlp = "0.27.0"
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
tracing = { workspace = true }
tracing-chrome = "0.7.2"
tracing-opentelemetry = "0.27.0"
tracing-opentelemetry = "0.28.0"
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 comments on commit 25f7dcb

Please sign in to comment.