update fxprof_processed_profile

This commit is contained in:
Tamo
2024-07-08 21:08:33 +02:00
parent 9feba5028d
commit 43db4f4242
3 changed files with 10 additions and 6 deletions

5
Cargo.lock generated
View File

@ -2083,14 +2083,15 @@ dependencies = [
[[package]]
name = "fxprof-processed-profile"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
checksum = "ce20bbb48248608ba4908b45fe36e17e40f56f8c6bb385ecf5d3c4a1e8b05a22"
dependencies = [
"bitflags 2.6.0",
"debugid",
"fxhash",
"serde",
"serde_derive",
"serde_json",
]