Skip to content

Commit

Permalink
Update toml requirement from 0.7.5 to 0.8.2
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.5...toml-v0.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent f3c024b commit b08253e
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 @@ -44,6 +44,6 @@ lto = "thin"
[dev-dependencies] # for examples
tokio = { version = "1.29.1", features = ["net", "macros", "rt-multi-thread", "fs"] }
urlencoding = "2.1.2"
toml = "0.7.5"
toml = "0.8.2"
reywen = { path = "." }
reywen_http = { version = "0.1.13", features = ["serde"] }

0 comments on commit b08253e

Please sign in to comment.