Skip to content

Commit

Permalink
Update toml requirement from 0.5.6 to 0.8.8
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.5.10...toml-v0.8.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 7, 2023
1 parent 2c3300b commit 6a65296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structopt-toml/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ default = ["clap/default", "structopt/default"]
[dependencies]
clap = { version = "2.33.0", default-features = false }
anyhow = "1.0.42"
toml = "0.5.6"
toml = "0.8.8"
serde = "1.0.104"
serde_derive = "1.0.104"
structopt = { version = "0.3.11", default-features = false }
Expand Down

0 comments on commit 6a65296

Please sign in to comment.