Skip to content

Commit

Permalink
update ittapi to 0.4.0 (bytecodealliance#7337)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar authored Oct 23, 2023
1 parent 72aaff5 commit 9d8ca82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/jit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ workspace = true
features = ["Win32_System_Diagnostics_Debug"]

[target.'cfg(all(target_arch = "x86_64", not(target_os = "android")))'.dependencies]
ittapi = { version = "0.3.4", optional = true }
ittapi = { version = "0.4.0", optional = true }

[features]
profiling = ['dep:wasmtime-jit-debug', 'dep:ittapi']
Expand Down
10 changes: 10 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,11 @@ criteria = "safe-to-deploy"
delta = "0.3.1 -> 0.3.3"
notes = "I am the author of this crate."

[[audits.ittapi]]
who = "rahulchaphalkar <rahul.s.chaphalkar@intel.com>"
criteria = "safe-to-deploy"
delta = "0.3.4 -> 0.4.0"

[[audits.ittapi-sys]]
who = "Andrew Brown <andrew.brown@intel.com>"
criteria = "safe-to-deploy"
Expand All @@ -1468,6 +1473,11 @@ criteria = "safe-to-deploy"
delta = "0.3.1 -> 0.3.3"
notes = "Unsafe code is due to auto-generated bindings to a widely-deployed C library."

[[audits.ittapi-sys]]
who = "rahulchaphalkar <rahul.s.chaphalkar@intel.com>"
criteria = "safe-to-deploy"
delta = "0.3.4 -> 0.4.0"

[[audits.leb128]]
who = "Nick Fitzgerald <fitzgen@gmail.com>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 9d8ca82

Please sign in to comment.