x64: upgrade ittapi-rs crate (for VTune support) (#3623)

This update is no real change in functionality but brings in several of
the latest changes to the `ittapi-rs` library: minor fixes to the C
library, a new license expression for the Cargo crate, better
documentation, updated Rust bindings, and the removal of `cmake` as a
dependency (uses `cc` directly instead).
This commit is contained in:
Andrew Brown
2021-12-17 17:23:03 -08:00
committed by GitHub
parent 24bc4d6055
commit ad6f76a789
2 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ gimli = { version = "0.26.0", default-features = false, features = ["std", "read
object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "elf"] }
serde = { version = "1.0.94", features = ["derive"] }
addr2line = { version = "0.17.0", default-features = false }
ittapi-rs = { version = "0.1.5", optional = true }
ittapi-rs = { version = "0.1.6", optional = true }
bincode = "1.2.1"
[target.'cfg(target_os = "windows")'.dependencies]