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

Commit f92d207

Browse files
Bump nix from 0.23.0 to 0.25.0 (and pete, ctrlc) (#2270)
* 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
1 parent f442fc6 commit f92d207

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

src/agent/Cargo.lock

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

src/agent/atexit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ authors = ["fuzzing@microsoft.com"]
66
edition = "2018"
77

88
[dependencies]
9-
ctrlc = "3.2"
9+
ctrlc = "3.2.3"
1010
lazy_static = "1.4"
1111
log = "0.4"

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pdb = "0.7"
3434
winapi = "0.3"
3535

3636
[target.'cfg(target_os = "linux")'.dependencies]
37-
pete = "0.8"
37+
pete = "0.9"
3838
procfs = "0.12"
3939

4040
[dev-dependencies]

src/agent/onefuzz-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ backtrace = "0.3"
2828

2929
[target.'cfg(target_family = "unix")'.dependencies]
3030
users = "0.11"
31-
nix = "0.23"
31+
nix = "0.25"
3232

3333
[target.'cfg(target_family = "windows")'.dependencies]
3434
winapi = "0.3"

src/agent/onefuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ winapi = { version = "0.3", features = ["impl-default", "psapi"] }
5252

5353
[target.'cfg(target_family = "unix")'.dependencies]
5454
cpp_demangle = "0.3"
55-
nix = "0.23"
55+
nix = "0.25"
5656

5757
[target.'cfg(target_os = "linux")'.dependencies]
58-
pete = "0.8"
58+
pete = "0.9"
5959
rstack = "0.3"
6060
proc-maps = "0.2"
6161

0 commit comments

Comments
 (0)