From f7b5007375cac85ee3af59298840c414b820e1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:49:06 +0000 Subject: [PATCH] Update toml requirement from 0.9 to 1.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.9.0...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cursive-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index eef16d81..592237df 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -48,7 +48,7 @@ features = ["local-offset", "formatting"] [dependencies.toml] optional = true -version = "0.9" +version = "1.0" [dependencies.num] default-features = false