Skip to content

Commit 04b3d07

Browse files
chore(deps): bump nix from 0.29.0 to 0.30.1 in /backend
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 42bce0b commit 04b3d07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ comrak = "0.39.0"
3434
portable-pty = "0.8.1"
3535
vt100 = "0.15.2"
3636
bytes = "1.7.1"
37-
nix = { version = "0.29.0", features = ["signal"] }
37+
nix = { version = "0.30.1", features = ["signal"] }
3838
lazy_static = "1.5.0"
3939
shellexpand = "3.1.0"
4040
open = "5"

0 commit comments

Comments
 (0)