Skip to content

Commit 2b3cb1a

Browse files
deps(deps): bump nix from 0.29.0 to 0.30.1
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad7b13d commit 2b3cb1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/codegraph-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ clap = { workspace = true }
3030
colored = { workspace = true }
3131
indicatif = { workspace = true }
3232
which = "8.0"
33-
nix = { version = "0.29", features = ["process", "signal"] }
33+
nix = { version = "0.30", features = ["process", "signal"] }
3434
notify = "6.1"
3535
walkdir = "2.5"
3636
regex = { workspace = true }

0 commit comments

Comments
 (0)