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

Commit

Permalink
Bump pete from 0.6.0 to 0.7.0 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [pete](https://github.com/ranweiler/pete) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/ranweiler/pete/releases)
- [Changelog](https://github.com/ranweiler/pete/blob/main/CHANGELOG.md)
- [Commits](ranweiler/pete@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: pete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2021
1 parent 75b7842 commit 18de917
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -32,7 +32,7 @@ pdb = "0.7"
winapi = "0.3"

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

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ cpp_demangle = "0.3"
nix = "0.21"

[target.'cfg(target_os = "linux")'.dependencies]
pete = "0.6"
pete = "0.7"
rstack = "0.3"
proc-maps = "0.1"

0 comments on commit 18de917

Please sign in to comment.