From 4d8d211abadbf21d3eacea66d4663c830c9e528f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:03:07 +0000 Subject: [PATCH] Bump toml from 0.7.6 to 0.8.1 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.1. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.1) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b862dd..e0d9a81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1525,9 +1525,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.7.6" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "1bc1433177506450fe920e46a4f9812d0c211f5dd556da10e731a0a3dfa151f0" dependencies = [ "serde", "serde_spanned", @@ -1546,9 +1546,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index b2dd222..6be48b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ indextree = "4.6" slotmap = "1.0.6" ariadne = { git = "https://github.com/APLanguage/ariadne.git", rev = "bdc392368fb45e71aff0feca58d0bf66f56698ae" } itertools = "0.11" -toml = "0.7.6" +toml = "0.8.1" serde = { version = "1.0", features = ["derive"] } same-file = "1.0.6" strum = "0.25"