From fb4f50a05fdeaae2ae7063483f560d18116087a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:26:25 +0000 Subject: [PATCH] chore(deps): bump toml from 0.7.8 to 0.8.20 in /backend Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.20. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.20) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0128144432..35cd6b1920 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -13967,7 +13967,7 @@ dependencies = [ "regex", "serde_json", "syn 2.0.99", - "toml 0.7.8", + "toml 0.8.20", "windmill-parser", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f5d1be0897..224abb5ecc 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -347,7 +347,7 @@ backon = "1.3.0" # Macro-related proc-macro2 = "1.0" pulldown-cmark = "0.9" -toml = "0.7" +toml = "0.8" syn = { version = "2.0.74", features = ["full"] } quote = "1.0.36" regex-lite = "0.1.6"