From f909e6fc34fe9f515cfc1c300044647e6ab9303b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 22:43:59 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.7.8 to 0.8.0 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rpxy-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 182bea06..cb5803e8 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -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