From 41a1d84d2c36810f17bec77c56f336e0f2b6f099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:38:28 +0200 Subject: [PATCH] Bump toml from 0.7.8 to 0.8.2 (#13) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- pin-data/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d20fa38..fc3c724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.8" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", @@ -594,9 +594,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/pin-data/Cargo.toml b/pin-data/Cargo.toml index cdd8e8f..816fedb 100644 --- a/pin-data/Cargo.toml +++ b/pin-data/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] serde = "1" serde_derive = "1" -toml = "0.7" +toml = "0.8" argon2 = { version = "0.5", features = ["std"] } thiserror = "1" error-stack = "0.4"