Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 3 updates (oxc-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and IWANABETHATGUY committed May 29, 2024
1 parent 2834f40 commit be505da
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 90 deletions.
108 changes: 21 additions & 87 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/oxc_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ serde-wasm-bindgen = "0.6.3"
console_error_panic_hook = { version = "0.1.7", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.39"
wasm-bindgen-test = "0.3.40"
2 changes: 1 addition & 1 deletion tasks/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test = false
doctest = false

[dependencies]
console = "0.15.7"
console = "0.15.8"
oxc_syntax = { workspace = true, features = ["serde"] }

project-root = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tasks/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ phf = { workspace = true, features = ["macros"] }
futures = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

console = "0.15.7"
console = "0.15.8"
encoding_rs = "0.8.33"
encoding_rs_io = "0.1.7"
serde_yaml = "0.9.30"
Expand Down

0 comments on commit be505da

Please sign in to comment.