From 1a98ed0cb39b3ff94f88cd37763d528ec6fd4f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:25:53 +0000 Subject: [PATCH] chore(deps): bump toml from 0.8.0 to 0.8.2 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.0 to 0.8.2. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.8.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... 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 16bea22..9c7da98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", @@ -414,9 +414,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 87264b3..bc77059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ sysinfo = {version = "^0.16", default-features = false} anyhow = "1.0.75" libc = "0.2.148" structopt = {version = "^0.3", default-features = false} -toml = "0.8.0" +toml = "0.8.2" serde = "1.0.185" serde_derive = "1.0.147" log = "0.4.20"