From fd1d130db1ef7203a15525e5f49796ce3adc0a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:19:46 +0000 Subject: [PATCH] build(deps): bump toml from 0.9.1 to 0.9.2 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.1 to 0.9.2. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/brack-common/Cargo.toml | 2 +- crates/brack-project/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b32866d..318e9a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ "serde", "serde_json", "thiserror 2.0.12", - "toml 0.9.1", + "toml 0.9.2", "uuid", ] @@ -286,7 +286,7 @@ dependencies = [ "sha2", "tar", "tokio", - "toml 0.9.1", + "toml 0.9.2", "walkdir", ] @@ -2906,9 +2906,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0207d6ed1852c2a124c1fbec61621acb8330d2bf969a5d0643131e9affd985a5" +checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" dependencies = [ "indexmap", "serde", @@ -2966,9 +2966,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c1c469eda89749d2230d8156a5969a69ffe0d6d01200581cdc6110674d293e" +checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" dependencies = [ "winnow", ] diff --git a/crates/brack-common/Cargo.toml b/crates/brack-common/Cargo.toml index e107097..8998015 100644 --- a/crates/brack-common/Cargo.toml +++ b/crates/brack-common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] serde = "1.0.219" serde_json = "1.0.140" -toml = "0.9.1" +toml = "0.9.2" reqwest = "0.12.22" thiserror = "2.0.12" diff --git a/crates/brack-project/Cargo.toml b/crates/brack-project/Cargo.toml index 616b874..f90b550 100644 --- a/crates/brack-project/Cargo.toml +++ b/crates/brack-project/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.98" reqwest = { version = "0.12.22", features = ["json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.46.1", features = ["macros"] } -toml = "0.9.1" +toml = "0.9.2" brack-common = { git = "https://github.com/brack-lang/brack", package = "brack-common" } brack-plugin = { git = "https://github.com/brack-lang/brack", package = "brack-plugin" } brack-tokenizer = { git = "https://github.com/brack-lang/brack", package = "brack-tokenizer" }