Skip to content

Commit

Permalink
Update rust-ini requirement from 0.19 to 0.20
Browse files Browse the repository at this point in the history
Updates the requirements on [rust-ini](https://github.com/zonyitoo/rust-ini) to permit the latest version.
- [Release notes](https://github.com/zonyitoo/rust-ini/releases)
- [Commits](zonyitoo/rust-ini@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: rust-ini
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent fd5aa23 commit 430eed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async-trait = { version = "0.1", optional = true }
toml = { version = "0.8", optional = true }
serde_json = { version = "1.0", optional = true }
yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.19", optional = true }
rust-ini = { version = "0.20", optional = true }
ron = { version = "0.8", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "2.0", features = ["serde"], optional = true }
Expand Down

0 comments on commit 430eed6

Please sign in to comment.