From 02a787dd2cb192e80da2a9c406496d5b48338b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:51:09 +0000 Subject: [PATCH] Bump toml from 0.8.13 to 0.8.14 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- src/libraries/sh-config/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a89de20..8bff47c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,7 +1026,7 @@ dependencies = [ "cc", "memchr", "rustc_version", - "toml 0.8.13", + "toml 0.8.14", "vswhom", "winreg 0.52.0", ] @@ -1194,7 +1194,7 @@ dependencies = [ "atomic", "pear", "serde", - "toml 0.8.13", + "toml 0.8.14", "uncased", "version_check", ] @@ -3660,7 +3660,7 @@ dependencies = [ "sdre-rust-logging", "serde", "serde-inline-default", - "toml 0.8.13", + "toml 0.8.14", "void", ] @@ -3935,7 +3935,7 @@ dependencies = [ "cfg-expr 0.15.8", "heck 0.5.0", "pkg-config", - "toml 0.8.13", + "toml 0.8.14", "version-compare 0.2.0", ] @@ -4431,14 +4431,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.13", + "toml_edit 0.22.14", ] [[package]] @@ -4476,9 +4476,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.13" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", diff --git a/src/libraries/sh-config/Cargo.toml b/src/libraries/sh-config/Cargo.toml index 4588440..5808624 100644 --- a/src/libraries/sh-config/Cargo.toml +++ b/src/libraries/sh-config/Cargo.toml @@ -21,6 +21,6 @@ sdre-rust-logging = "0.3.2" log = "0.4.21" serde = { version = "1.0.203", features = ["derive"] } serde-inline-default = "0.2.0" -toml = "0.8.13" +toml = "0.8.14" void = "1.0.2" directories = "5.0.1"