summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-20 17:38:22 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-20 17:48:29 +0000
commit53727d95d077e55f061c4ddc84c9f0f7db6ebdc4 (patch)
tree42cd7cb74271034c4420523b074bfe2213c41b06 /Cargo.toml
parentc72ed8f8e61aa6892720e12c4966202def337271 (diff)
build(deps): bump toml from 0.5.7 to 0.5.8
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.7...0.5.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c3753e08..c45a339b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ clap = "2.33.3"
ansi_term = "0.12.1"
dirs-next = "2.0.0"
git2 = { version = "0.13.13", default-features = false }
-toml = { version = "0.5.7", features = ["preserve_order"] }
+toml = { version = "0.5.8", features = ["preserve_order"] }
rust-ini = "0.16.0"
serde_json = "1.0.60"
rayon = "1.5.0"