Skip to content

Commit 2d4076f

Browse files
chore(deps): bump dirs from 5.0.1 to 6.0.0 (#145)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 182d3c0 commit 2d4076f

3 files changed

Lines changed: 7 additions & 39 deletions

File tree

Cargo.lock

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

ck-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ openssl = { workspace = true, optional = true }
5757
uuid = { workspace = true }
5858
base64 = { workspace = true }
5959
sha2 = { workspace = true }
60-
dirs = "5.0"
60+
dirs = "6.0"
6161

6262
[target.'cfg(unix)'.dependencies]
6363
libc = "0.2"

ck-tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ratatui = "0.26"
2525
crossterm = "0.27"
2626
syntect = "5.2"
2727
shlex = "2.0"
28-
dirs = "5.0"
28+
dirs = "6.0"
2929

3030
[features]
3131
default = ["fastembed", "mixedbread"]

0 commit comments

Comments
 (0)