Skip to content

Commit

Permalink
feat(deps): upgrade rust dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Jan 25, 2024
1 parent ea29908 commit c3e1105
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 48 deletions.
74 changes: 32 additions & 42 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ crate-type = ["cdylib"]
[dependencies]
does-it-throw = { path = "../does-it-throw", version = "0.2.0"}
swc_common = "0.33"
swc_ecma_parser = "0.141.34"
swc_ecma_ast = "0.110.17"
swc_ecma_visit = "0.96"
swc_ecma_parser = "0.142.1"
swc_ecma_ast = "0.111.1"
swc_ecma_visit = "0.97.1"
wasm-bindgen = {version = "0.2.90"}
serde-wasm-bindgen = "0.6.1"
serde_json = "1.0.111"
Expand Down
6 changes: 3 additions & 3 deletions crates/does-it-throw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ bench = false

[dependencies]
swc_common = "0.33"
swc_ecma_parser = "0.141"
swc_ecma_ast = "0.110"
swc_ecma_visit = "0.96"
swc_ecma_parser = "0.142.1"
swc_ecma_ast = "0.111.1"
swc_ecma_visit = "0.97.1"

0 comments on commit c3e1105

Please sign in to comment.