Skip to content

Commit

Permalink
Bump nix from 0.26.2 to 0.27.1 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.2...v0.27.1)

---
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] committed Aug 28, 2023
1 parent 9d9df7c commit e92edbb
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 36 deletions.
76 changes: 43 additions & 33 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/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0"
debugger = { path = "../debugger" }

[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.26"
nix = "0.27"
pete = "0.10"
# For procfs, opt out of the `chrono` freature; it pulls in an old version
# of `time`. We do not use the methods that the `chrono` feature enables.
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ azure_storage_blobs = { version = "0.12", default-features = false, features = [


[target.'cfg(target_family = "unix")'.dependencies]
nix = "0.26"
nix = "0.27"

[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.26"
nix = "0.27"

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

0 comments on commit e92edbb

Please sign in to comment.