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 13, 2023
1 parent 4548be0 commit b71943e
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 @@ -7,7 +7,7 @@ authors = ["Eldad Zack <[email protected]>"]
[dependencies]
# Infra
serde = { version = "1.0", features = ["derive"] }
toml = "0.7.1"
toml = "0.8.0"
anyhow = "1.0.53"
tracing = { version = "0.1.30", features = ["attributes"] }
tracing-subscriber = { version = "0.3.8", features = ["env-filter"] }
Expand Down

0 comments on commit b71943e

Please sign in to comment.