Skip to content

Commit

Permalink
fix(deps): update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent ce20b4d commit 99d19b2
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 163 deletions.
32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ resolver = "2"

[workspace.dependencies]
# bytecheck version should be in sync with rkyv version. Do not bump individually.
bytecheck = "0.6.10"
rkyv = "=0.7.45"
bytecheck = "0.8.0"
rkyv = "=0.8.8"


Inflector = "0.11.4"
Expand All @@ -53,13 +53,13 @@ resolver = "2"
assert_fs = "1.0.13"
auto_impl = "1.2.0"
backtrace = "0.3.61"
base64 = "0.21.0"
base64 = "0.22.0"
bitflags = "2.5.0"
browserslist-rs = "0.16.0"
bumpalo = "3.16.0"
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
changesets = "0.2.2"
changesets = "0.3.0"
chrono = "0.4.38"
codspeed-criterion-compat = "2.6.0"
console_error_panic_hook = "0.1.7"
Expand All @@ -68,30 +68,30 @@ resolver = "2"
criterion = "0.5.1"
crossbeam-queue = "0.3.11"
dashmap = "5.5.3"
dialoguer = "0.10.2"
dialoguer = "0.11.0"
difference = "2"
either = "1.10.0"
enumset = "1.1.2"
flate2 = "1.0"
futures = "0.3"
glob = "0.3.0"
hashbrown = "0.14.5"
hashbrown = "0.15.0"
hex = "0.4.3"
hstr = "0.2.12"
indexmap = "2.0.0"
is-macro = "0.3.5"
js-sys = "0.3.59"
jsonc-parser = "0.21.0"
jsonc-parser = "0.26.0"
lazy_static = "1.4.0"
lexical = "6.1.0"
lru = "0.10.0"
lru = "0.12.0"
memchr = "2.6.1"
miette = "7.2.0"
napi = { version = "2.0.0", default-features = false }
napi-derive = { version = "2.0.0", default-features = false }
new_debug_unreachable = "1.0.6"
nom = "7.1.3"
ntest = "0.7.2"
ntest = "0.9.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
num_cpus = "1.13.1"
Expand All @@ -103,19 +103,19 @@ resolver = "2"
phf = "0.11.2"
pretty_assertions = "1.3"
proc-macro2 = "1.0.24"
ptr_meta = "0.1.4"
ptr_meta = "0.3.0"
quote = "1.0.7"
radix_fmt = "1.0.0"
rayon = "1.7.0"
regex = "1.5.4"
relative-path = "1.6.1"
reqwest = "0.11.14"
reqwest = "0.12.0"
rustc-hash = "1.1.0"
ryu-js = "1.0.0"
scoped-tls = "1.0.1"
semver = "1.0.20"
serde = "1.0.197"
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.6.0"
serde_derive = "1.0.197"
serde_json = "1.0.115"
sha1 = "0.10.6"
Expand All @@ -132,22 +132,22 @@ resolver = "2"
tokio = { version = "1", default-features = false }
toml = "0.8.2"
tracing = "0.1.40"
tracing-chrome = "0.5.0"
tracing-chrome = "0.7.0"
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.18"
triomphe = "0.1.13"
typed-arena = "2.0.1"
unicode-id = "0.3"
unicode-id-start = "1.2.0"
unicode-width = "0.1.4"
unicode-width = "0.2.0"
url = "2.4.0"
vergen = { version = "9.0.0", default-features = false }
virtual-fs = { version = "0.16.0", default-features = false }
virtual-fs = { version = "0.19.0", default-features = false }
walkdir = "2.4.0"
wasm-bindgen = "0.2.91"
wasm-bindgen-futures = "0.4.41"
wasmer = { version = "4.3.7", default-features = false }
wasmer-wasix = { version = "0.27.0", default-features = false }
wasmer-wasix = { version = "0.31.0", default-features = false }

[profile.release]
lto = true
Expand Down
Loading

0 comments on commit 99d19b2

Please sign in to comment.