From 35fe4dee343d905b8d6dbf11713a5082ba1a6e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:04:52 +0000 Subject: [PATCH] Bump toml from 0.5.8 to 0.5.10 Bumps [toml](https://github.com/toml-rs/toml) from 0.5.8 to 0.5.10. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/commits/toml-v0.5.10) --- updated-dependencies: - dependency-name: toml 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 90c7f09..9651fd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,9 +2368,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.8" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..69ac978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ once_cell = "1.8.0" serde = { version = "1.0.127", features = [ "derive" ] } skylight = { git = "https://github.com/adumbidiot/skylight-rs", features = [ "objbase", "shlobj" ] } tokio = { version = "1.10.0", features = [ "sync" ] } -toml = "0.5.8" +toml = "0.5.10" uuid = "0.8.2" winapi = "0.3.9" winreg = "0.9.0"