Skip to content

Commit

Permalink
Update toml requirement from 0.7 to 0.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.7.0...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 13, 2023
1 parent 780f37a commit f7a38ae
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 @@ -43,7 +43,7 @@ surf = "2.3.2"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64.git", tag = "0.2.4" }
tide = { version = "0.16.0", default-features = false }
tide-websockets = "0.4.0"
toml = "0.7"
toml = "0.8"
tracing = "0.1.34"
tracing-distributed = "0.4"
tracing-futures = "0.2"
Expand Down

0 comments on commit f7a38ae

Please sign in to comment.