Skip to content

Commit 65ab92e

Browse files
authored
chore: bump nix to 0.31.1 (#247)
* instrument-hooks-bindings: Bump nix to 0.31.1 * cargo: Bump dependencies on nix 0.31.1
1 parent 710c371 commit 65ab92e

3 files changed

Lines changed: 8 additions & 8 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 }

crates/instrument-hooks-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
nix = { version = "0.30.1", features = ["time"] }
7+
nix = { version = "0.31.1", features = ["time"] }
88

99
[build-dependencies]
1010
cc = "1.0"

0 commit comments

Comments
 (0)