Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 4 updates (#157)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 4 updates: [toml_edit](https://github.com/toml-rs/toml), [winnow](https://github.com/winnow-rs/winnow), [fake](https://github.com/cksac/fake-rs) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `toml_edit` from 0.22.21 to 0.22.22
- [Commits](toml-rs/toml@v0.22.21...v0.22.22)

Updates `winnow` from 0.6.18 to 0.6.20
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.18...v0.6.20)

Updates `fake` from 2.9.2 to 2.10.0
- [Commits](https://github.com/cksac/fake-rs/commits)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

---
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
- dependency-name: fake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 82f9e43 commit 7e9fa20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ home = "0.5.9"
pathdiff = "0.2.1"
semver = "1.0.23"
serde = { version = "1.0.210", features = ["derive"] }
toml_edit = "0.22.21"
toml_edit = "0.22.22"
url = "2.5.2"
winnow = "0.6.18"
winnow = "0.6.20"
clap-cargo = "0.14.1"

[dev-dependencies]
assert_cmd = "2.0.16"
fake = "2.9.2"
fake = "2.10.0"
googletest = "0.12.0"
hex = "0.4.3"
insta = { version = "1.40.0", features = ["filters", "toml"] }
serde_json = "1.0.128"
sha2 = "0.10.8"
strip-ansi-escapes = "0.2.0"
tempfile = "3.12.0"
tempfile = "3.13.0"
test-case = "3.3.1"

# Faster snapshotting https://insta.rs/docs/quickstart/#optional-faster-runs
Expand Down

0 comments on commit 7e9fa20

Please sign in to comment.