From 975d3232c8113dca708d35d89c3b79be27152143 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 05:21:10 +0000 Subject: [PATCH] build(deps): bump dirs-next from 1.0.2 to 2.0.0 Bumps [dirs-next](https://github.com/xdg-rs/dirs) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/xdg-rs/dirs/releases) - [Changelog](https://github.com/xdg-rs/dirs/blob/master/CHANGELOG.md) - [Commits](https://github.com/xdg-rs/dirs/compare/dirs-v1.0.2...dirs-v2.0.0) 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 6a9d6d384..c4758b3ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "dirs-next" -version = "1.0.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6" +checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" dependencies = [ "cfg-if 1.0.0", "dirs-sys-next", diff --git a/Cargo.toml b/Cargo.toml index a2ceec45a..9ff83db4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tls-vendored = ["native-tls/vendored"] [dependencies] clap = "2.33.3" ansi_term = "0.12.1" -dirs-next = "1.0.2" +dirs-next = "2.0.0" git2 = { version = "0.13.12", default-features = false } toml = { version = "0.5.7", features = ["preserve_order"] } rust-ini = "0.16"