Skip to content

Commit 07b40a3

Browse files
chore(deps): bump nix from 0.31.1 to 0.31.2 (#995)
* chore(deps): bump nix from 0.31.1 to 0.31.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.31.1 to 0.31.2. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.31.1...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update libc & other deps now that nix permits it --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Loric ANDRE <loric.andre@pm.me>
1 parent 9ef09b7 commit 07b40a3

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ derive_builder = "=0.20.2"
4545
env_logger = { version = "=0.11.9", optional = true, features = ["humantime"] }
4646
indexmap = "=2.13.0"
4747
log = "=0.4.29"
48-
nix = { version = "=0.31.1", features = ["fs", "poll"] }
48+
nix = { version = "=0.31.2", features = ["fs", "poll"] }
4949
rand = "=0.10.0"
5050
rayon = "=1.11.0"
5151
regex = "=1.12.3"
5252
shell-quote = "=0.7.2"
5353
shlex = { version = "=1.3.0", optional = true }
54-
tokio = { version = "=1.49.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "tokio-macros"] }
54+
tokio = { version = "=1.50.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "tokio-macros"] }
5555
which = "=8.0.0"
5656
ratatui = "=0.30.0"
5757
color-eyre = "=0.6.5"
5858
ansi-to-tui = "=8.0.1"
5959
futures = "=0.3.32"
6060
tokio-util = "=0.7.18"
6161
thiserror = "=2.0.18"
62-
tempfile = "=3.25.0"
62+
tempfile = "=3.26.0"
6363
crossterm = { version = ">=0.0.0", features = ["event-stream", "use-dev-tty", "libc"] }
6464
thread_local = "=1.1.9"
6565
memchr = "=2.8.0"
@@ -73,7 +73,7 @@ unicode-display-width = "=0.3.0"
7373
unicode-normalization = "=0.1.25"
7474
derive_more = { version = "=2.1.1", features = ["debug", "eq"] }
7575
portable-pty = "=0.9.0"
76-
tui-term = "=0.3.1"
76+
tui-term = "=0.3.2"
7777
kanal = "=0.1.1"
7878
mimalloc = { version = "0.1.48", features = ["v3"] }
7979

0 commit comments

Comments
 (0)