Skip to content

Commit 3d1b9ff

Browse files
3v1n0art049
authored andcommitted
cargo: Bump dependencies on nix 0.31.1
1 parent 7a5fd4f commit 3d1b9ff

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
@@ -58,7 +58,7 @@ linux-perf-data = { git = "https://github.com/CodSpeedHQ/linux-perf-data.git", r
5858
] } # feat: support zstd compressed records
5959
debugid = "0.8.0"
6060
memmap2 = "0.9.5"
61-
nix = { version = "0.29.0", features = ["fs", "time", "user"] }
61+
nix = { version = "0.31.1", features = ["fs", "time", "user"] }
6262
futures = "0.3.31"
6363
runner-shared = { path = "crates/runner-shared" }
6464
memtrack = { path = "crates/memtrack", default-features = false }

0 commit comments

Comments
 (0)