Skip to content

Commit

Permalink
build(deps): bump toml from 0.7.8 to 0.8.5
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.5.
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 88b4fd7 commit c4201d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.3.5", features = [ "derive" ] }
serde = { version = "1.0.164", features = [ "derive" ] }
toml = "0.7"
toml = "0.8"
log = "0.4"
byte-unit = "4.0.18"
serde_with = "3.0.0"
Expand Down

0 comments on commit c4201d5

Please sign in to comment.