Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.106` | `1.1.7` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.39.2` |
| [hyper](https://github.com/hyperium/hyper) | `1.4.0` | `1.4.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.121` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.212.0` | `0.215.0` |
| [walrus](https://github.com/rustwasm/walrus) | `0.20.3` | `0.21.1` |
| [swc_core](https://github.com/swc-project/swc) | `0.96.9` | `0.99.6` |
| [wit-parser](https://github.com/bytecodealliance/wasm-tools) | `0.212.0` | `0.215.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.212.0` | `0.215.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.70` | `2.0.72` |


Updates `uuid` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.9.1...1.10.0)

Updates `cc` from 1.0.106 to 1.1.7
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.0.106...cc-v1.1.7)

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

Updates `hyper` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.4.0...v1.4.1)

Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.121)

Updates `wasmprinter` from 0.212.0 to 0.215.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

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

Updates `swc_core` from 0.96.9 to 0.99.6
- [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.212.0 to 0.215.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `clap` from 4.5.8 to 4.5.13
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.8...v4.5.13)

Updates `wasmparser` from 0.212.0 to 0.215.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `syn` from 2.0.70 to 2.0.72
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.70...2.0.72)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: hyper
  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-minor
  dependency-group: nonbreaking
- dependency-name: walrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: swc_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: wit-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: clap
  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
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent dc232b9 commit d9f05da
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 229 deletions.
Loading

0 comments on commit d9f05da

Please sign in to comment.