From 3e7aa94c7c75395096ce5eab3db9ad63a8f1a9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:48:17 +0000 Subject: [PATCH] deps(rust): update toml requirement from 0.8 to 1.1 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.0...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] --- crates/ocm-daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ocm-daemon/Cargo.toml b/crates/ocm-daemon/Cargo.toml index 2b58f43..0c7c378 100644 --- a/crates/ocm-daemon/Cargo.toml +++ b/crates/ocm-daemon/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber.workspace = true anyhow.workspace = true log = "0.4" directories = "5.0" -toml = "0.8" +toml = "1.1" reqwest.workspace = true ocm-api = { path = "../ocm-api" } ocm-inference = { path = "../ocm-inference" }