Skip to content

Commit 7e292fa

Browse files
Bump nix from 0.25.0 to 0.26.2 in /src/agent
Bumps [nix](https://github.com/nix-rust/nix) from 0.25.0 to 0.26.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md) - [Commits](nix-rust/nix@v0.25.0...v0.26.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86f895d commit 7e292fa

File tree

3 files changed

+34
-11
lines changed

3 files changed

+34
-11
lines changed

src/agent/Cargo.lock

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

src/agent/onefuzz-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic-library = { path = "../dynamic-library" }
3535

3636
[target.'cfg(target_family = "unix")'.dependencies]
3737
users = "0.11"
38-
nix = "0.25"
38+
nix = "0.26"
3939

4040
[target.'cfg(target_family = "windows")'.dependencies]
4141
winapi = "0.3"

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ winapi = { version = "0.3", features = ["impl-default", "psapi"] }
5555

5656
[target.'cfg(target_family = "unix")'.dependencies]
5757
cpp_demangle = "0.4"
58-
nix = "0.25"
58+
nix = "0.26"
5959

6060
[target.'cfg(target_os = "linux")'.dependencies]
6161
pete = "0.9"

0 commit comments

Comments
 (0)