Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the crates-io group with 18 updates
Bumps the crates-io group with 18 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.79` | | [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.16` | `0.1.17` | | [goblin](https://github.com/m4b/goblin) | `0.7.1` | `0.8.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.111` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.1` | `3.9.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.56` | | [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` | | [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.12` | `0.12.13` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.22` | | [pep440_rs](https://github.com/konstin/pep440-rs) | `0.3.12` | `0.4.0` | | [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` | | [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) | `0.18.0` | `0.18.1` | | [cargo-xwin](https://github.com/rust-cross/cargo-xwin) | `0.16.2` | `0.16.3` | | [configparser](https://github.com/QEDK/configparser-rs) | `3.0.3` | `3.0.4` | | [rustls](https://github.com/rustls/rustls) | `0.21.9` | `0.22.1` | | [keyring](https://github.com/hwchen/keyring-rs) | `2.0.5` | `2.3.1` | Updates `anyhow` from 1.0.75 to 1.0.79 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.79) Updates `cargo-config2` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/taiki-e/cargo-config2/releases) - [Changelog](https://github.com/taiki-e/cargo-config2/blob/main/CHANGELOG.md) - [Commits](taiki-e/cargo-config2@v0.1.16...v0.1.17) Updates `goblin` from 0.7.1 to 0.8.0 - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](m4b/goblin@0.7.1...0.8.0) Updates `serde` from 1.0.193 to 1.0.195 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.193...v1.0.195) Updates `serde_json` from 1.0.108 to 1.0.111 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.111) Updates `tempfile` from 3.8.1 to 3.9.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.1...v3.9.0) Updates `thiserror` from 1.0.50 to 1.0.56 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.56) Updates `once_cell` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.18.0...v1.19.0) Updates `semver` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) Updates `target-lexicon` from 0.12.12 to 0.12.13 - [Commits](bytecodealliance/target-lexicon@v0.12.12...v0.12.13) Updates `ignore` from 0.4.20 to 0.4.22 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.20...ignore-0.4.22) Updates `pep440_rs` from 0.3.12 to 0.4.0 - [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md) - [Commits](konstin/pep440-rs@v0.3.12...v0.4.0) Updates `time` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.30...v0.3.31) Updates `cargo-zigbuild` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/rust-cross/cargo-zigbuild/releases) - [Commits](rust-cross/cargo-zigbuild@v0.18.0...v0.18.1) Updates `cargo-xwin` from 0.16.2 to 0.16.3 - [Release notes](https://github.com/rust-cross/cargo-xwin/releases) - [Commits](rust-cross/cargo-xwin@v0.16.2...v0.16.3) Updates `configparser` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/QEDK/configparser-rs/releases) - [Changelog](https://github.com/QEDK/configparser-rs/blob/master/CHANGELOG.md) - [Commits](QEDK/configparser-rs@v3.0.3...v3.0.4) Updates `rustls` from 0.21.9 to 0.22.1 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.21.9...v/0.22.1) Updates `keyring` from 2.0.5 to 2.3.1 - [Release notes](https://github.com/hwchen/keyring-rs/releases) - [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md) - [Commits](hwchen/keyring-rs@v2.0.5...v2.3.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-config2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: goblin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: target-lexicon dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: ignore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: pep440_rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-zigbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: cargo-xwin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: configparser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates-io - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates-io ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information