Skip to content

Commit 5526b18

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 6e495be commit 5526b18

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
@@ -37,7 +37,7 @@ atty = { workspace = true }
3737
clap = { workspace = true }
3838
colored = { workspace = true }
3939
indicatif = { workspace = true }
40-
dirs = "5.0"
40+
dirs = "6.0"
4141
dotenv = "0.15"
4242
which = "8.0"
4343
nix = { version = "0.30.1", features = ["process", "signal"] }

0 commit comments

Comments
 (0)