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 (#2814)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Update pete, ctrlc

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Pollard <gpollard@microsoft.com>
  • Loading branch information
dependabot[bot] and Porges authored Apr 20, 2023
1 parent 0432829 commit d4004f4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 15 deletions.
40 changes: 29 additions & 11 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]
pete = "0.9"
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.
procfs = { version = "0.12", default-features = false, features = ["flate2"] }
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 @@ -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"
4 changes: 2 additions & 2 deletions src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ 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"
pete = "0.10"
rstack = "0.3"
proc-maps = { version = "0.3", default-features = false }

Expand Down

0 comments on commit d4004f4

Please sign in to comment.