Skip to content

Commit 82cf4c0

Browse files
deps(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] <support@github.com>
1 parent abd082b commit 82cf4c0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

crates/codegraph-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sha2 = { workspace = true }
4545

4646
# Setup wizard dependencies
4747
dialoguer = "0.11"
48-
dirs = "5.0"
48+
dirs = "6.0"
4949
toml = { workspace = true }
5050

5151
# GraphQL

crates/codegraph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chrono = { workspace = true }
2020
crossbeam-channel = { workspace = true }
2121
parking_lot = { workspace = true }
2222
dotenv = "0.15"
23-
dirs = "5.0"
23+
dirs = "6.0"
2424
tokio = { workspace = true }
2525
futures = { workspace = true }
2626
num_cpus = { workspace = true }

crates/codegraph-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ atty = { workspace = true }
3838
clap = { workspace = true }
3939
colored = { workspace = true }
4040
indicatif = { workspace = true }
41-
dirs = "5.0"
41+
dirs = "6.0"
4242
dotenv = "0.15"
4343
which = "8.0"
4444
nix = { version = "0.30.1", features = ["process", "signal"] }

0 commit comments

Comments
 (0)