From b2c94916674f3f1a7574ebdcc5c6f9a426e1c10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 05:53:33 +0000 Subject: [PATCH] Bump toml from 0.7.8 to 0.8.2 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.2. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6552f54..db0fc720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2529,7 +2529,7 @@ dependencies = [ "serde_json 1.0.107", "taglib", "tokio", - "toml 0.7.8", + "toml 0.8.2", "viola_common", "walkdir", "warp", diff --git a/Cargo.toml b/Cargo.toml index 93329666..40d9ed72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rayon = "1.8.0" taglib = "1.0.0" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" -toml = "0.7.8" +toml = "0.8.2" tokio = { version = "1.32.0", features = ["full"] } viola_common = {path ="viola_common", features =["backend"]} walkdir = "2.4.0"