Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the nonbreaking group with 23 updates
Bumps the nonbreaking group with 23 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.71` | `1.0.75` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.73` | `1.0.83` | | [bindgen](https://github.com/rust-lang/rust-bindgen) | `0.64.0` | `0.68.1` | | [walkdir](https://github.com/BurntSushi/walkdir) | `2.3.2` | `2.4.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.26.0` | `1.33.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.1.0` | `1.5.0` | | [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.27` | `0.3.29` | | [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.27` | `0.3.29` | | [mio](https://github.com/tokio-rs/mio) | `0.8.6` | `0.8.9` | | openssl-macros | `0.1.0` | `0.1.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.168` | `1.0.190` | | [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.7` | `0.11.12` | | [rmp-serde](https://github.com/3Hren/msgpack-rust) | `1.1.1` | `1.1.2` | | [brotli](https://github.com/dropbox/rust-brotli) | `3.3.4` | `3.4.0` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.45` | `0.2.70` | | [swc_core](https://github.com/swc-project/swc) | `0.83.0` | `0.86.17` | | [wit-parser](https://github.com/bytecodealliance/wasm-tools) | `0.11.3` | `0.12.1` | | [convert_case](https://github.com/rutrum/convert-case) | `0.4.0` | `0.6.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.4.1` | `1.5.0` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.3.6` | `0.5.1` | | [num-format](https://github.com/bcmyers/num-format) | `0.4.3` | `0.4.4` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.4.0` | `3.8.0` | | [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.106.0` | `0.115.0` | Updates `anyhow` from 1.0.71 to 1.0.75 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.71...1.0.75) Updates `cc` from 1.0.73 to 1.0.83 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.73...1.0.83) Updates `bindgen` from 0.64.0 to 0.68.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.64.0...v0.68.1) Updates `walkdir` from 2.3.2 to 2.4.0 - [Commits](BurntSushi/walkdir@2.3.2...2.4.0) Updates `tokio` from 1.26.0 to 1.33.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.26.0...tokio-1.33.0) Updates `bytes` from 1.1.0 to 1.5.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.1.0...v1.5.0) Updates `futures-task` from 0.3.27 to 0.3.29 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.27...0.3.29) Updates `futures-core` from 0.3.27 to 0.3.29 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.27...0.3.29) Updates `mio` from 0.8.6 to 0.8.9 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.6...v0.8.9) Updates `openssl-macros` from 0.1.0 to 0.1.1 Updates `serde` from 1.0.168 to 1.0.190 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.168...v1.0.190) Updates `serde_bytes` from 0.11.7 to 0.11.12 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.7...0.11.12) Updates `rmp-serde` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/commits) Updates `brotli` from 3.3.4 to 3.4.0 - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/commits) Updates `wasmprinter` from 0.2.45 to 0.2.70 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmprinter-0.2.45...wasmprinter-0.2.70) Updates `swc_core` from 0.83.0 to 0.86.17 - [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.11.3 to 0.12.1 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wit-parser-0.11.3...wit-parser-0.12.1) Updates `convert_case` from 0.4.0 to 0.6.0 - [Commits](https://github.com/rutrum/convert-case/commits) Updates `uuid` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.4.1...1.5.0) Updates `criterion` from 0.3.6 to 0.5.1 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.6...0.5.1) Updates `num-format` from 0.4.3 to 0.4.4 - [Changelog](https://github.com/bcmyers/num-format/blob/main/CHANGELOG.md) - [Commits](bcmyers/num-format@v0.4.3...v0.4.4) Updates `tempfile` from 3.4.0 to 3.8.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.4.0...v3.8.0) Updates `wasmparser` from 0.106.0 to 0.115.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmparser-0.106.0...wasmparser-0.115.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: walkdir 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: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: futures-task dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: openssl-macros dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: serde_bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: rmp-serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: brotli dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: nonbreaking - dependency-name: wit-parser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: num-format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: tempfile 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]>
- Loading branch information