From 68c52ea192bba121b9bdcec52110785590447b4c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:03:44 +0000 Subject: [PATCH] chore(deps): bump toml from 0.5.6 to 0.5.8 Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.8. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.8) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a42e2cb9..b1e4d5de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3626,9 +3626,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 7eb32a28..6a5036fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio-signal = "0.1" url = "1.7" xdg = "2.2" librespot = { version = "0.1.1", default-features = false, features = ["with-tremor"] } -toml = "0.5.6" +toml = "0.5.8" color-eyre = "0.5" [target."cfg(target_os = \"macos\")".dependencies]