Skip to content

Commit e1a9288

Browse files
committed
cargo: Bump dependencies on nix 0.31.1
1 parent 414cee6 commit e1a9288

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ linux-perf-data = { git = "https://github.com/CodSpeedHQ/linux-perf-data.git", r
5959
] } # feat: support zstd compressed records
6060
debugid = "0.8.0"
6161
memmap2 = "0.9.5"
62-
nix = { version = "0.29.0", features = ["fs", "time", "user"] }
62+
nix = { version = "0.31.1", features = ["fs", "time", "user"] }
6363
futures = "0.3.31"
6464
runner-shared = { path = "crates/runner-shared" }
6565
memtrack = { path = "crates/memtrack", default-features = false }

0 commit comments

Comments
 (0)