Skip to content

Commit

Permalink
Update toml requirement from 0.5 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_datetime-v0.5.0...toml-v0.8.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent 939b914 commit 24c9c29
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 @@ -20,7 +20,7 @@ tokio = { version = "1.12", features = ["fs"] }
reqwest = { version = "0.11", features = ["gzip", "native-tls"] }
thiserror = "2.0"
regex = "1.5"
toml = "0.5"
toml = "0.8"

[dev-dependencies]
tokio = { version = "1.12", features = ["macros"] }
Expand Down

0 comments on commit 24c9c29

Please sign in to comment.