Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump nix from 0.25.0 to 0.26.2 in /src/agent
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2023
1 parent a396660 commit ca6951f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
41 changes: 32 additions & 9 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dynamic-library = { path = "../dynamic-library" }

[target.'cfg(target_family = "unix")'.dependencies]
users = "0.11"
nix = "0.25"
nix = "0.26"

[target.'cfg(target_family = "windows")'.dependencies]
winapi = "0.3"
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ winapi = { version = "0.3", features = ["impl-default", "psapi"] }

[target.'cfg(target_family = "unix")'.dependencies]
cpp_demangle = "0.4"
nix = "0.25"
nix = "0.26"

[target.'cfg(target_os = "linux")'.dependencies]
pete = "0.9"
Expand Down

0 comments on commit ca6951f

Please sign in to comment.