From 14622a96f89830d5e92056182db3f1bbfcd6c19b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:55:53 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.5.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8200df..f6c4aad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,9 +414,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "toml" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" +checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 8b5c7c5..4cd10e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.0.29", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.150", default-features = false, features = ["derive"] } serde_derive = "1.0.150" -toml = "0.5.9" +toml = "0.5.10" walkdir = "2.3.2" [badges]