Skip to content

Commit 256cd52

Browse files
chore(deps): bump the rust-patch group across 1 directory with 20 updates
Bumps the rust-patch group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.58` | `1.2.66` | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.15` | `0.5.16` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.10` | `0.11.11` | | [gilrs](https://gitlab.com/gilrs-project/gilrs) | `0.11.1` | `0.11.2` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` | | [cbindgen](https://github.com/mozilla/cbindgen) | `0.29.2` | `0.29.4` | | [rustls](https://github.com/rustls/rustls) | `0.23.37` | `0.23.41` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [tobj](https://github.com/Twinklebear/tobj) | `4.0.3` | `4.0.4` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.20.2` | `3.20.3` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` | | [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.1` | `2.1.3` | | [rcgen](https://github.com/rustls/rcgen) | `0.14.7` | `0.14.8` | | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` | | [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.3` | `3.5.9` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.3.1` | `2.3.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [rand](https://github.com/rust-random/rand) | `0.10.0` | `0.10.2` | Updates `cc` from 1.2.58 to 1.2.66 - [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.2.58...cc-v1.2.66) Updates `crossbeam-channel` from 0.5.15 to 0.5.16 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.15...crossbeam-channel-0.5.16) Updates `env_logger` from 0.11.10 to 0.11.11 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.10...v0.11.11) Updates `gilrs` from 0.11.1 to 0.11.2 - [Commits](https://gitlab.com/gilrs-project/gilrs/commits/v0.11.2) Updates `log` from 0.4.29 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.33) Updates `cbindgen` from 0.29.2 to 0.29.4 - [Release notes](https://github.com/mozilla/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/main/CHANGES) - [Commits](mozilla/cbindgen@0.29.2...0.29.4) Updates `rustls` from 0.23.37 to 0.23.41 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.37...v/0.23.41) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `tobj` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/Twinklebear/tobj/releases) - [Commits](Twinklebear/tobj@4.0.3...4.0.4) Updates `bumpalo` from 3.20.2 to 3.20.3 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.20.2...v3.20.3) Updates `smallvec` from 1.15.1 to 1.15.2 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.15.1...v1.15.2) Updates `rustc-hash` from 2.1.1 to 2.1.3 - [Changelog](https://github.com/rust-lang/rustc-hash/blob/main/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v2.1.1...v2.1.3) Updates `rcgen` from 0.14.7 to 0.14.8 - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](rustls/rcgen@v0.14.7...v0.14.8) Updates `syn` from 2.0.117 to 2.0.118 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...2.0.118) Updates `quote` from 1.0.45 to 1.0.46 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.45...1.0.46) Updates `napi-derive` from 3.5.3 to 3.5.9 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.3...napi-derive-v3.5.9) Updates `napi-build` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-build-v2.3.1...napi-build-v2.3.2) Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `rand` from 0.10.0 to 0.10.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.10.0...0.10.2) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: bumpalo dependency-version: 3.20.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: cbindgen dependency-version: 0.29.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: cc dependency-version: 1.2.66 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: crossbeam-channel dependency-version: 0.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: env_logger dependency-version: 0.11.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: gilrs dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: napi-build dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: napi-derive dependency-version: 3.5.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: quote dependency-version: 1.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: rcgen dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: rustc-hash dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: rustls dependency-version: 0.23.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: smallvec dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: syn dependency-version: 2.0.118 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: tobj dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b10f727 commit 256cd52

1 file changed

Lines changed: 123 additions & 107 deletions

File tree

0 commit comments

Comments
 (0)