Skip to content

Commit 1436f02

Browse files
committed
chore: bump framehop
1 parent f79d57d commit 1436f02

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ async-trait = "0.1.89"
4646
libc = { workspace = true }
4747
bincode = "1.3.3" # Pinned to 1.x: 2.0 changes the wire format and serde integration
4848
object = "0.39"
49-
linux-perf-data = { git = "https://github.com/mstange/linux-perf-data.git", rev = "da5bce4b9fb724e84b1eea0cb6ab9c8a291bc676", features = [
49+
linux-perf-data = { git = "https://github.com/AvalancheHQ/linux-perf-data.git", rev = "effe486", features = [
5050
"zstd",
51-
] } # unreleased main as of 2026-03-19
51+
] } # unreleased branch as of 2026-06-01
5252
debugid = "0.8.0"
5353
memmap2 = "0.9.10"
5454
nix = { version = "0.31.3", features = ["fs", "time", "user"] }

0 commit comments

Comments
 (0)