Skip to content

Commit

Permalink
Bump toml from 0.7.6 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.0.
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 4b56b94 commit b3f7bac
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 13 deletions.
47 changes: 36 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion buildpacks/ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ clap = { version = "4", features = ["derive"] }

[dev-dependencies]
libcnb-test = "=0.14.0"
toml = "0.7"
toml = "0.8"
2 changes: 1 addition & 1 deletion commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ which_problem = "0.1"

[dev-dependencies]
filetime = "0.2"
toml = "0.7"
toml = "0.8"

0 comments on commit b3f7bac

Please sign in to comment.