Skip to content

Commit 1f4a967

Browse files
chore(deps): bump the actions group across 1 directory with 7 updates (#50)
Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.50` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.0` | `0.18.1` | | [petgraph](https://github.com/petgraph/petgraph) | `0.8.2` | `0.8.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.226` | `1.0.228` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [toml](https://github.com/toml-rs/toml) | `0.9.7` | `0.9.8` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.23.0` | Updates `clap` from 4.5.48 to 4.5.50 - [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.48...clap_complete-v4.5.50) Updates `indicatif` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.18.0...0.18.1) Updates `petgraph` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.8.2...petgraph@v0.8.3) Updates `serde` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `toml` from 0.9.7 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8) Updates `tempfile` from 3.22.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: indicatif dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: petgraph dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46fdfb3 commit 1f4a967

File tree

2 files changed

+33
-41
lines changed

2 files changed

+33
-41
lines changed

Cargo.lock

Lines changed: 32 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ default = []
4141
[dev-dependencies]
4242
predicates = "3.1"
4343
pretty_assertions = "1.4"
44-
tempfile = "3.22"
44+
tempfile = "3.23"
4545

4646
[profile.release]
4747
codegen-units = 1

0 commit comments

Comments
 (0)