From c8959152aeda620b8c92fe9b0228a788883a209d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:59:22 +0000 Subject: [PATCH] build(deps): bump toml from 0.7.6 to 0.8.2 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.2. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- rustybrain-core/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecab40e..224b820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1449,7 +1449,7 @@ dependencies = [ "chrono", "serde", "tantivy", - "toml 0.7.6", + "toml 0.8.2", "tree-sitter", "tree-sitter-markdown", ] @@ -1820,9 +1820,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", @@ -1841,9 +1841,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap", "serde", diff --git a/rustybrain-core/Cargo.toml b/rustybrain-core/Cargo.toml index 22a93b0..fb555ae 100644 --- a/rustybrain-core/Cargo.toml +++ b/rustybrain-core/Cargo.toml @@ -7,6 +7,6 @@ anyhow = "1.0.75" chrono = "0.4.30" serde = { version = "1.0", features = ["derive"] } tantivy = "0.21.0" -toml = "0.7" +toml = "0.8" tree-sitter = "0.19" tree-sitter-markdown = "0.7.1"