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

Commit 6e4fceb

Browse files
Bump nix from 0.26.2 to 0.27.1 in /src/agent
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] <[email protected]>
1 parent 74475cc commit 6e4fceb

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

src/agent/Cargo.lock

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

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = "1.0"
2525
debugger = { path = "../debugger" }
2626

2727
[target.'cfg(target_os = "linux")'.dependencies]
28-
nix = "0.26"
28+
nix = "0.27"
2929
pete = "0.10"
3030
# For procfs, opt out of the `chrono` freature; it pulls in an old version
3131
# of `time`. We do not use the methods that the `chrono` feature enables.

src/agent/onefuzz-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ azure_storage_blobs = { version = "0.14", default-features = false, features = [
4343

4444

4545
[target.'cfg(target_family = "unix")'.dependencies]
46-
nix = "0.26"
46+
nix = "0.27"
4747

4848
[target.'cfg(target_family = "windows")'.dependencies]
4949
windows = "0.48"

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ windows = { version = "0.48", features = [
5959

6060
[target.'cfg(target_family = "unix")'.dependencies]
6161
cpp_demangle = "0.4"
62-
nix = "0.26"
62+
nix = "0.27"
6363

6464
[target.'cfg(target_os = "linux")'.dependencies]
6565
pete = "0.10"

0 commit comments

Comments
 (0)