From 813825879af6456c23f2d46f82b0bc763c12483e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:20:13 +0000 Subject: [PATCH] deps: update toml requirement from 0.8.23 to 1.1.2 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.8.23...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 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 9eca72d..fcfd0c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ quickcheck = "1.0.3" hex-literal = "1.1.0" serde_json = "1.0.145" bincode = "1.3.3" -toml = "0.8.23" +toml = "1.1.2" serde_bytes = "0.11.19" # WASM-specific: Enable WASM support for both getrandom versions