Skip to content

Commit

Permalink
Update toml requirement from 0.7.1 to 0.8.0
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.7.1...toml-v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 76b04b1 commit 9c19176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "~1"
simple_logger = "4.0.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }
tar = "0.4"
toml = "0.7.1"
toml = "0.8.0"
url = "2.1.1"
void = "1.0.2"
html-escape = "0.2.11"
Expand Down

0 comments on commit 9c19176

Please sign in to comment.