Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [toml_edit](https://github.com/toml-rs/toml) and [winnow](https://github.com/winnow-rs/winnow).


Updates `toml_edit` from 0.22.23 to 0.22.24
- [Commits](toml-rs/toml@v0.22.23...v0.22.24)

Updates `winnow` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: winnow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and eopb committed Feb 11, 2025
1 parent d13c85f commit 4be3ede
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ home = "0.5.11"
pathdiff = "0.2.3"
semver = "1.0.25"
serde = { version = "1.0.217", features = ["derive"] }
toml_edit = "0.22.23"
toml_edit = "0.22.24"
url = "2.5.4"
winnow = "0.7.1"
winnow = "0.7.2"
clap-cargo = "0.15.2"

[dev-dependencies]
Expand Down

0 comments on commit 4be3ede

Please sign in to comment.