Skip to content

Commit

Permalink
Bump the nonbreaking group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the nonbreaking group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [bindgen](https://github.com/rust-lang/rust-bindgen) | `0.69.0` | `0.69.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.70` | `0.2.71` |
| [swc_core](https://github.com/swc-project/swc) | `0.86.23` | `0.86.29` |
| [wit-parser](https://github.com/bytecodealliance/wasm-tools) | `0.12.1` | `0.12.2` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.115.0` | `0.116.0` |


Updates `bindgen` from 0.69.0 to 0.69.1
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.69.0...v0.69.1)

Updates `serde_json` from 1.0.107 to 1.0.108
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.108)

Updates `wasmprinter` from 0.2.70 to 0.2.71
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wasmprinter-0.2.70...wasmprinter-0.2.71)

Updates `swc_core` from 0.86.23 to 0.86.29
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `wit-parser` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wit-parser-0.12.1...wit-parser-0.12.2)

Updates `wasmparser` from 0.115.0 to 0.116.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wasmparser-0.115.0...wasmparser-0.116.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: wasmprinter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: swc_core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: wit-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: wasmparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 69563a4 commit 7d6db50
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ structopt = "0.3"
anyhow = { workspace = true }
binaryen = { git = "https://github.com/pepyakin/binaryen-rs", rev = "00c98174843f957681ba0bc5cdcc9d15f5d0cb23" }
brotli = "3.4.0"
wasmprinter = { version = "0.2.70", optional = true }
wasmprinter = { version = "0.2.71", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.20.1"
swc_core = { version = "0.86.23", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.12.1"
swc_core = { version = "0.86.29", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.12.2"
convert_case = "0.6.0"

[dev-dependencies]
Expand All @@ -37,7 +37,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
tempfile = "3.8.0"
wasmparser = "0.115.0"
wasmparser = "0.116.0"

[build-dependencies]
anyhow = "1.0.75"
Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["external-ffi-bindings"]

[build-dependencies]
cc = "1.0"
bindgen = "0.69.0"
bindgen = "0.69.1"
walkdir = "2"
anyhow.workspace = true
tokio = { version = "1.33", default-features = false, features = ["rt", "macros"] }
Expand Down

0 comments on commit 7d6db50

Please sign in to comment.