Skip to content

Commit 4897807

Browse files
committed
Update wholesym and framehop to reduce dependencies.
Updating framehop removes the duplicate gimli dependency. Updating wholesym pulls in a new version of samply-api which has a smaller set of enabled features in the yaxpeax dependencies, thus eliminating the dependency on an old version of crossterm, which was responsible for some other duplicates.
1 parent ea672ae commit 4897807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samply/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212

1313
fxprof-processed-profile = { version = "0.4", path = "../fxprof-processed-profile" }
1414
# framehop = { path = "../../framehop" }
15-
framehop = "0.7"
15+
framehop = "0.7.2"
1616
# linux-perf-data = { path = "../../linux-perf-data" }
1717
linux-perf-data = "0.7.0"
1818

@@ -36,7 +36,7 @@ nix-base32 = "0.1.1"
3636
serde_derive = "1.0.137"
3737
serde = "1.0.137"
3838
symsrv = "0.2.0"
39-
wholesym = { version = "0.1.0", path = "../wholesym" }
39+
wholesym = { version = "0.1.1", path = "../wholesym" }
4040

4141
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
4242

0 commit comments

Comments
 (0)