Skip to content

Commit

Permalink
Bump the nonbreaking group with 7 updates (#566)
Browse files Browse the repository at this point in the history
* Bump the nonbreaking group with 7 updates

Bumps the nonbreaking group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.34.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.190` | `1.0.193` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.71` | `0.2.75` |
| [walrus](https://github.com/rustwasm/walrus) | `0.20.1` | `0.20.3` |
| [swc_core](https://github.com/swc-project/swc) | `0.86.29` | `0.86.39` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.5.0` | `1.6.1` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.116.0` | `0.118.1` |


Updates `tokio` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

Updates `serde` from 1.0.190 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.193)

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

Updates `walrus` from 0.20.1 to 0.20.3
- [Release notes](https://github.com/rustwasm/walrus/releases)
- [Changelog](https://github.com/rustwasm/walrus/blob/main/CHANGELOG.md)
- [Commits](rustwasm/walrus@0.20.1...0.20.3)

Updates `swc_core` from 0.86.29 to 0.86.39
- [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 `uuid` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.5.0...1.6.1)

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: serde
  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: walrus
  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: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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]>

* cargo vet

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Charles <[email protected]>
  • Loading branch information
dependabot[bot] and jeffcharles authored Dec 4, 2023
1 parent 8e4e821 commit 39e0535
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 78 deletions.
127 changes: 86 additions & 41 deletions Cargo.lock

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

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

[dev-dependencies]
serde_json = "1.0"
uuid = { version = "1.5", features = ["v4"] }
uuid = { version = "1.6", features = ["v4"] }
lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
tempfile = "3.8.0"
wasmparser = "0.116.0"
wasmparser = "0.118.1"

[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 @@ -14,7 +14,7 @@ cc = "1.0"
bindgen = "0.69.1"
walkdir = "2"
anyhow.workspace = true
tokio = { version = "1.33", default-features = false, features = ["rt", "macros"] }
tokio = { version = "1.34", default-features = false, features = ["rt", "macros"] }
http-body-util = "0.1.0"
hyper = "1.0"
hyper-tls = "0.6.0"
Expand Down
12 changes: 12 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,18 @@ user-id = 189 # Andrew Gallant (BurntSushi)
start = "2019-06-04"
end = "2024-10-03"

[[trusted.tokio]]
criteria = "safe-to-deploy"
user-id = 10 # Carl Lerche (carllerche)
start = "2019-03-02"
end = "2024-12-04"

[[trusted.tokio-macros]]
criteria = "safe-to-deploy"
user-id = 10 # Carl Lerche (carllerche)
start = "2019-04-24"
end = "2024-12-04"

[[trusted.unicode-ident]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
Expand Down
Loading

0 comments on commit 39e0535

Please sign in to comment.