Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the rust-dependencies group with 5 updates (#206)
* Bump the rust-dependencies group with 5 updates Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.34` | `0.4.35` | | [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.2` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.6` | `0.22.7` | | [toml](https://github.com/toml-rs/toml) | `0.8.10` | `0.8.11` | Updates `chrono` from 0.4.34 to 0.4.35 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.34...v0.4.35) Updates `clap` from 4.5.1 to 4.5.2 - [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.1...v4.5.2) Updates `thiserror` from 1.0.57 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.58) Updates `toml_edit` from 0.22.6 to 0.22.7 - [Commits](toml-rs/toml@v0.22.6...v0.22.7) Updates `toml` from 0.8.10 to 0.8.11 - [Commits](toml-rs/toml@toml-v0.8.10...toml-v0.8.11) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Fix toml deprecation warnings Fixes: ``` error: use of deprecated type alias `toml_edit::Document`: Replaced with `DocumentMut` --> src/commands/prepare_release/command.rs:14:39 | 14 | use toml_edit::{value, ArrayOfTables, Document, Table}; | ^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]` ``` * Refresh lockfile --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
- Loading branch information