Skip to content

Commit

Permalink
chore(deps): update toml requirement from 0.7.8 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.8...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 10bbb80 commit f909e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mimalloc = { version = "*", default-features = false }

# config
clap = { version = "4.4.3", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.7.8", default-features = false, features = ["parse"] }
toml = { version = "0.8.0", default-features = false, features = ["parse"] }
hot_reload = "0.1.4"

# logging
Expand Down

0 comments on commit f909e6f

Please sign in to comment.