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 Dec 16, 2024
1 parent de9c5ef commit 23550c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ derive_more = { version = "1.0.0" }
either = { version = "1.13.0" }
futures = { version = "0.3.31" }
glob = { version = "0.3.1" }
hashlink = { version = "0.9.1" }
hashlink = { version = "0.10.0" }
heck = { version = "0.5.0" }
hex = { version = "0.4.3" }
indexmap = { version = "2.7.0" }
Expand All @@ -66,9 +66,9 @@ ropey = "1.6.1"
rspack_resolver = { version = "0.3.6", features = ["package_json_raw_json_api"] }
rspack_sources = { version = "0.4.0" }
rustc-hash = { version = "2.1.0" }
serde = { version = "1.0.215" }
serde = { version = "1.0.216" }
serde_json = { version = "1.0.133" }
simd-json = { version = "0.14.0-rc.2" }
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"] }
Expand All @@ -79,7 +79,7 @@ tracing-subscriber = { version = "0.3.19" }
unicase = { version = "2.8.0" }
url = { version = "2.5.4" }
urlencoding = { version = "2.1.3" }
ustr = { package = "ustr-fxhash", version = "1.0.0" }
ustr = { package = "ustr-fxhash", version = "1.0.1" }
xxhash-rust = { version = "0.8.12" }

# Pinned
Expand All @@ -88,7 +88,7 @@ napi-build = { version = "2.1.3" }
napi-derive = { version = "3.0.0-alpha.21" }

# Serialize and Deserialize
inventory = { version = "=0.1" }
inventory = { version = "=0.3.15" }
rkyv = { version = "=0.8.8" }

# Must be pinned with the same swc versions
Expand Down

0 comments on commit 23550c7

Please sign in to comment.