From f3bbe180296c6fd6424856a9e71381472a198b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:55:53 +0000 Subject: [PATCH] Update toml requirement from 0.7.2 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.2...toml-v0.7.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04a2bf81..5e0f35f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = ["client", "server", "common", "save", "save/gen-protos"] hecs = "0.10.0" nalgebra = { version = "0.32.1", features = ["libm-force"] } quinn = "0.8.3" -toml = { version = "0.7.2", default-features = false, features = ["parse"] } +toml = { version = "0.8.0", default-features = false, features = ["parse"] } [profile.dev] opt-level = 1