diff --git a/Cargo.lock b/Cargo.lock index 429d5b2a..ae5c8b0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,9 +664,9 @@ dependencies = [ [[package]] name = "framehop" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0586ca77af938ae3d66a103d3082ac997b432e82e65d644be6ad2fa340f582d" +checksum = "78a7d65f75e837647bf8b1594ad3b559a929ee9a58d956d9f46999749957b6b9" dependencies = [ "arrayvec", "cfg-if", @@ -1647,9 +1647,9 @@ dependencies = [ [[package]] name = "pe-unwind-info" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500fa4cdeacd98997c5865e3d0d1cb8fe7e9d7d75ecc775e07989a433a9a9a59" +checksum = "97f6fccfd2d9d2df765ca23ff85fe5cc437fb0e6d3e164e4d3cbe09d14780c93" dependencies = [ "arrayvec", "bitflags", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index dad80a51..379747f5 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" fxprof-processed-profile = { version = "0.8", path = "../fxprof-processed-profile" } # framehop = { path = "../../framehop" } -framehop = "0.14" +framehop = "0.15" # linux-perf-data = { path = "../../linux-perf-data" } linux-perf-data = "0.11"