From 6b231ce474df46fba2a75f0d223f96e0cf405a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 05:57:37 +0000 Subject: [PATCH] Update toml requirement from 0.5.8 to 0.7.3 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.7.3) --- 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 7cbf0ce..f779567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rand_xoshiro = "0.6.0" rand = "0.8.4" serde = "1.0.126" serde_derive = "1.0.126" -toml = "0.5.8" +toml = "0.7.3" tobj = "3.0.1" rpmalloc = "0.2.2" #mimalloc = { version = "*", default-features = false }