Skip to content

Commit 54a411a

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 d011e0e commit 54a411a

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
@@ -44,7 +44,7 @@ sha2 = { workspace = true }
4444

4545
# Setup wizard dependencies
4646
dialoguer = "0.11"
47-
dirs = "5.0"
47+
dirs = "6.0"
4848
toml = { workspace = true }
4949

5050
# 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
nix = { version = "0.30.1", features = ["process", "signal"] }
4444
notify = "8.2.0"

0 commit comments

Comments
 (0)