Skip to content

Commit

Permalink
Bump the known_good_semver group with 2 updates (#75)
Browse files Browse the repository at this point in the history
Bumps the known_good_semver group with 2 updates: [itertools](https://github.com/rust-itertools/itertools) and [toml_edit](https://github.com/toml-rs/toml).


Updates `itertools` from 0.12.0 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)

Updates `toml_edit` from 0.21.0 to 0.21.1
- [Commits](toml-rs/toml@v0.21.0...v0.21.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Tale-Yazdi <oliver@tasty.limo>
  • Loading branch information
dependabot[bot] and ggwpez committed Feb 5, 2024
1 parent 5fdf460 commit 9117537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -26,14 +26,14 @@ colour = { version = "0.7.0", optional = true }
criterion = { version = "0.5", optional = true }
env_logger = { version = "0.10.2", features = [ "auto-color", "humantime" ], optional = true }
histo = "1.0.0"
itertools = "0.12.0"
itertools = "0.12.1"
log = { version = "0.4.20", optional = true }
semver = "1"
serde = "1.0.196"
serde_json = "1.0.113"
serde_yaml = "0.9.31"
tempfile = { version = "3.9.0", optional = true }
toml_edit = "0.21.0"
toml_edit = "0.21.1"
tracing = { version = "0.1.40", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 9117537

Please sign in to comment.