Skip to content

Commit

Permalink
Bump linux-perf-data from 0.8.2 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [linux-perf-data](https://github.com/mstange/linux-perf-data) from 0.8.2 to 0.9.0.
- [Commits](mstange/linux-perf-data@v0.8.2...v0.9.0)

---
updated-dependencies:
- dependency-name: linux-perf-data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 8dbad1c commit c87b9a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yoke-derive = "0.7"
nom = "7.1.1"
zerocopy = "0.7"
zerocopy-derive = "0.7"
linux-perf-data = "0.8.0"
linux-perf-data = "0.9.0"

[dev-dependencies]
memmap2 = "0.9.4"
Expand Down
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fxprof-processed-profile = { version = "0.6", path = "../fxprof-processed-profil
# framehop = { path = "../../framehop" }
framehop = "0.9.0"
# linux-perf-data = { path = "../../linux-perf-data" }
linux-perf-data = "0.8.2"
linux-perf-data = "0.9.0"

tokio = { version = "1.26.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio-util = "0.7.10"
Expand Down

0 comments on commit c87b9a1

Please sign in to comment.