From 7d85ce66e0491aa3da957f5630dcae9ecf362d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 04:27:25 +0000 Subject: [PATCH] bump: update toml requirement from 0.5 to 0.6 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_datetime-v0.5.0...toml-v0.6.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mun_project/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mun_project/Cargo.toml b/crates/mun_project/Cargo.toml index a7f17431c..6120c3af6 100644 --- a/crates/mun_project/Cargo.toml +++ b/crates/mun_project/Cargo.toml @@ -19,4 +19,4 @@ rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] } semver = { version = "1.0", default-features = false, features = ["serde"] } serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", default-features = false } -toml = { version = "0.5", default-features = false } +toml = { version = "0.6", default-features = false }