From fd457d4bbdb259446de63ff0488a6c2091857936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:12:40 +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. - [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 | 13 ++----------- aw-sync/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0e4dec6..73e5840d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ "aw-server", "chrono", "clap", - "dirs 3.0.2", + "dirs", "gethostname", "log", "reqwest", @@ -756,15 +756,6 @@ dependencies = [ "crypto-common", ] -[[package]] -name = "dirs" -version = "3.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" -dependencies = [ - "dirs-sys", -] - [[package]] name = "dirs" version = "4.0.0" @@ -2351,7 +2342,7 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" dependencies = [ - "dirs 4.0.0", + "dirs", ] [[package]] diff --git a/aw-sync/Cargo.toml b/aw-sync/Cargo.toml index c2154414..df59ba78 100644 --- a/aw-sync/Cargo.toml +++ b/aw-sync/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" reqwest = { version = "0.11", features = ["json", "blocking"] } clap = { version = "4.1", features = ["derive"] } appdirs = "0.2.0" -dirs = "3.0.2" +dirs = "4.0.0" aw-server = { path = "../aw-server" } aw-models = { path = "../aw-models" } aw-datastore = { path = "../aw-datastore" }