Skip to content

Commit

Permalink
Update toml requirement from 0.7.6 to 0.8.0 (#688)
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.7.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2023
1 parent b9c4e40 commit 3ce2962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ libcnb-data = { version = "=0.14.0", path = "libcnb-data" }
libcnb-package = { version = "=0.14.0", path = "libcnb-package" }
libcnb-proc-macros = { version = "=0.14.0", path = "libcnb-proc-macros" }
libcnb-test = { version = "=0.14.0", path = "libcnb-test" }
toml = { version = "0.7.6" }
toml = { version = "0.8.0" }

0 comments on commit 3ce2962

Please sign in to comment.