Skip to content

Commit

Permalink
Update toml requirement from 0.7.4 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.7.4...toml-v0.8.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent f1d877c commit 52f4856
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 @@ -36,5 +36,5 @@ size = "0.4.1"
sled = "0.34.7"
thiserror = "1.0.40"
tokio = { version="1.27.0", features=["full"] }
toml = "0.7.4"
toml = "0.8.8"
uuid = { version="1.3.1", features = ["v4","fast-rng","macro-diagnostics"] }

0 comments on commit 52f4856

Please sign in to comment.