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.23.0 to 0.25.0 (and pete, ctrlc) (#2270)
Browse files Browse the repository at this point in the history
* Bump nix from 0.23.0 to 0.25.0 in /src/agent
* Bump ctrlc from 3.2 (3.2.1 lockfile) to 3.2.3
* Bump pete from 0.8 to 0.9
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent f442fc6 commit f92d207
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
19 changes: 10 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/atexit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors = ["fuzzing@microsoft.com"]
edition = "2018"

[dependencies]
ctrlc = "3.2"
ctrlc = "3.2.3"
lazy_static = "1.4"
log = "0.4"
2 changes: 1 addition & 1 deletion src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pdb = "0.7"
winapi = "0.3"

[target.'cfg(target_os = "linux")'.dependencies]
pete = "0.8"
pete = "0.9"
procfs = "0.12"

[dev-dependencies]
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 @@ -28,7 +28,7 @@ backtrace = "0.3"

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

[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 @@ -52,10 +52,10 @@ winapi = { version = "0.3", features = ["impl-default", "psapi"] }

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

[target.'cfg(target_os = "linux")'.dependencies]
pete = "0.8"
pete = "0.9"
rstack = "0.3"
proc-maps = "0.2"

Expand Down

0 comments on commit f92d207

Please sign in to comment.