From 7d77aa66d9621f2c608cbfcd9eba772eacce7ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:16:15 +0000 Subject: [PATCH] Bump toml from 0.7.6 to 0.8.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.0) --- 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 9d1f8eb..b7ebb4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,9 +1506,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.7.6" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e" dependencies = [ "serde", "serde_spanned", @@ -1527,9 +1527,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8198083..90e7ccf 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.0" serde = { version = "1.0", features = ["derive"] } same-file = "1.0.6" strum = "0.25"