Skip to content

Commit

Permalink
Update keyvalues-parser requirement from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [keyvalues-parser](https://github.com/CosmicHorrorDev/vdf-rs) to permit the latest version.
- [Commits](CosmicHorrorDev/vdf-rs@serde-v0.1.0...serde-v0.2.0)

---
updated-dependencies:
- dependency-name: keyvalues-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent b1456dd commit 33c391f
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 @@ -24,7 +24,7 @@ regex = "1.0.0"
unicase = "2.0.0"
rayon = "1.0.0"
rust-ini = { version = "0.20.0", features = ["case-insensitive"] }
keyvalues-parser = "0.1.0"
keyvalues-parser = "0.2.0"

[target.'cfg(windows)'.dependencies]
dirs = "5.0"
Expand Down

0 comments on commit 33c391f

Please sign in to comment.