Skip to content

Commit

Permalink
chore(deps): lock file maintenance rust crates (#9167)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent dd4c9d7 commit 5681e41
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 28 deletions.
71 changes: 44 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ console_error_panic_hook = "0.1.7"
convert_case = "0.7.1"
cow-utils = "0.1.3"
criterion2 = { version = "2.0.0", default-features = false }
ctor = "0.3.4"
encoding_rs = "0.8.35"
encoding_rs_io = "0.1.7"
env_logger = { version = "0.11.6", default-features = false }
Expand Down Expand Up @@ -202,7 +203,7 @@ walkdir = "2.5.0"
wasm-bindgen = "0.2.100"

[workspace.metadata.cargo-shear]
ignored = ["napi", "oxc_transform_napi", "oxc_parser_napi", "prettyplease"]
ignored = ["napi", "oxc_transform_napi", "oxc_parser_napi", "prettyplease", "ctor"]

[profile.dev]
# Disabling debug info speeds up local and CI builds,
Expand Down
1 change: 1 addition & 0 deletions crates/oxc_napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ doctest = false
crate-type = ["lib", "cdylib"]

[dependencies]
ctor = { workspace = true }
napi = { workspace = true }
napi-derive = { workspace = true }
oxc_diagnostics = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions napi/minify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ oxc_sourcemap = { workspace = true, features = ["napi", "rayon"] }
oxc_span = { workspace = true }
oxc_syntax = { workspace = true }

ctor = { workspace = true }
napi = { workspace = true }
napi-derive = { workspace = true }

Expand Down
1 change: 1 addition & 0 deletions napi/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ self_cell = { workspace = true }
serde_json = { workspace = true }
string_wizard = { workspace = true, features = ["sourcemap", "serde"] }

ctor = { workspace = true }
napi = { workspace = true, features = ["async"] }
napi-derive = { workspace = true }

Expand Down
1 change: 1 addition & 0 deletions napi/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ oxc_sourcemap = { workspace = true, features = ["napi", "rayon"] }

rustc-hash = { workspace = true }

ctor = { workspace = true }
napi = { workspace = true }
napi-derive = { workspace = true }

Expand Down

0 comments on commit 5681e41

Please sign in to comment.