Skip to content

Commit

Permalink
Update Rust crate dirs to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 9658de6 commit 98ceaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ opt-level = 0
[dependencies]
clap = { version = "3.2.17", features = ["derive"] }
clap_complete = "3.2.4"
dirs = "4.0.0"
dirs = "5.0.1"
anyhow = "1.0.75"
log = "0.4.0"
env_logger = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ opt-level = 0

[dependencies]
anyhow = "1.0.75"
dirs = "4.0.0"
dirs = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.9"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 98ceaa5

Please sign in to comment.