From 62f2c704bd163033147ca7aaf131b99085efb20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 21:18:02 +0000 Subject: [PATCH] build(deps): bump dirs from 3.0.2 to 4.0.0 Bumps [dirs](https://github.com/soc/dirs-rs) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f3b152..7740ebb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,9 +577,9 @@ dependencies = [ [[package]] name = "dirs" -version = "3.0.2" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" +checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" dependencies = [ "dirs-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 64a72bc..933aa39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ rsa_public_encrypt_pkcs1 = "0.4.0" structopt = "0.3.22" clipboard = "0.5.0" instant = "0.1.10" -dirs = "3.0.2" +dirs = "4.0.0" # clippy = "*" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]