From 1be103eb9ec283f007c5e8dcd7605448c9bf06cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:42:43 +0000 Subject: [PATCH] chore(deps): bump toml-span from 0.7.0 to 0.7.1 Bumps [toml-span](https://github.com/EmbarkStudios/toml-span) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/EmbarkStudios/toml-span/releases) - [Commits](https://github.com/EmbarkStudios/toml-span/compare/0.7.0...0.7.1) --- updated-dependencies: - dependency-name: toml-span dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 056a143..de1774f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,9 +254,9 @@ dependencies = [ [[package]] name = "toml-span" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc07a8be6a2b3913e6dc6b250fb3b7c204437dcce7213a56244de2c92c538339" +checksum = "f22ba417d437b5fa5dcba6c27dbd6c14f38845315b724d89fed73b7a426451b7" dependencies = [ "smallvec", ] diff --git a/Cargo.toml b/Cargo.toml index c46a237..97e79eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ini = "1.3.0" json5 = "1.3.1" once_cell = "1.20.2" regex = "1.12.3" -toml-span = "0.7.0" +toml-span = "0.7.1" serde_json = "1.0" serde_yaml = "0.9" toml = "1.0"