Skip to content

Commit 1a22daa

Browse files
build(deps): update dirs to version 6 (#545)
1 parent 8e369e7 commit 1a22daa

File tree

3 files changed

+11
-137
lines changed

3 files changed

+11
-137
lines changed

Cargo.lock

Lines changed: 9 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-client-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rand = "0.9"
1717
log = "0.4"
1818
libc = "0.2"
1919
thiserror = "1.0"
20-
dirs = "4.0"
20+
dirs = "6.0"
2121
fs4 = { version = "0.13", features = ["sync"] }
2222

2323
[dev-dependencies]

aw-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = "1.0"
2121
reqwest = { version = "0.11", features = ["json", "blocking"] }
2222
clap = { version = "4.1", features = ["derive"] }
2323
appdirs = "0.2.0"
24-
dirs = "5.0.1"
24+
dirs = "6.0.0"
2525
gethostname = "0.4.3"
2626
ctrlc = "3.4.5"
2727

0 commit comments

Comments
 (0)