Skip to content

Commit

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

---
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 and bilelmoussaoui committed Aug 11, 2023
1 parent 0e29753 commit 94bfc44
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 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 @@ -15,7 +15,7 @@ bitflags = "2.3"
getopts = "0.2.21"
getter_rules = { package = "fix-getters-rules", version = "0.3.0", default-features = false }
xml-rs = "0.8"
toml = { version = "0.6" , features = ["preserve_order"] }
toml = { version = "0.7" , features = ["preserve_order"] }
env_logger = { version = "0.10", default-features = false }
once_cell = "1.0"
log = "0.4"
Expand Down

0 comments on commit 94bfc44

Please sign in to comment.