Skip to content

Commit 561c397

Browse files
fix(deps): bump dirs from 5.0.1 to 6.0.0
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a587a3d commit 561c397

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ core-foundation-sys = "0.8.7"
5858
core-graphics = "0.24.0"
5959
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
6060
dashmap = "6.0.1"
61-
dirs = "5.0.0"
61+
dirs = "6.0.0"
6262
eyre = "0.6.8"
6363
fig_api_client = { path = "crates/fig_api_client" }
6464
fig_auth = { path = "crates/fig_auth" }

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cookie = "0.18.1"
6161
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
6262
ctrlc = "3.4.6"
6363
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
64-
dirs = "5.0.0"
64+
dirs = "6.0.0"
6565
eyre = "0.6.8"
6666
fd-lock = "4.0.4"
6767
futures = "0.3.26"

0 commit comments

Comments
 (0)