diff --git a/Cargo.lock b/Cargo.lock index 63bf0c1f..036127a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1870,16 +1870,6 @@ dependencies = [ "libc", ] -[[package]] -name = "libyml" -version = "0.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980" -dependencies = [ - "anyhow", - "version_check", -] - [[package]] name = "link-cplusplus" version = "1.0.12" @@ -2676,27 +2666,25 @@ dependencies = [ ] [[package]] -name = "serde_spanned" -version = "1.0.3" +name = "serde_norway" +version = "0.9.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" +checksum = "e408f29489b5fd500fab51ff1484fc859bb655f32c671f307dcd733b72e8168c" dependencies = [ - "serde_core", + "indexmap", + "itoa", + "ryu", + "serde", + "unsafe-libyaml-norway", ] [[package]] -name = "serde_yml" -version = "0.0.12" +name = "serde_spanned" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" +checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" dependencies = [ - "indexmap", - "itoa", - "libyml", - "memchr", - "ryu", - "serde", - "version_check", + "serde_core", ] [[package]] @@ -3324,6 +3312,12 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" +[[package]] +name = "unsafe-libyaml-norway" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39abd59bf32521c7f2301b52d05a6a2c975b6003521cbd0c6dc1582f0a22104" + [[package]] name = "url" version = "2.5.7" @@ -4057,9 +4051,9 @@ dependencies = [ [[package]] name = "whamm" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ab4cbb9328e5a20e935d4c941d7240616a093873c9988058c79bb61e9cbcb5" +checksum = "4a1f70a1b37cf2c4e151eaf30fe2dd89e138a86b44222c7ad5cc784653b440e1" dependencies = [ "anyhow", "clap", @@ -4073,7 +4067,7 @@ dependencies = [ "pest", "pest_derive", "serde", - "serde_yml", + "serde_norway", "termcolor", "wasmtime", "wasmtime-wasi", diff --git a/crates/profiler/Cargo.toml b/crates/profiler/Cargo.toml index 61216586..8b290414 100644 --- a/crates/profiler/Cargo.toml +++ b/crates/profiler/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true license.workspace = true [dependencies] -whamm = "1.1.0" +whamm = "1.2.0" javy-profiler-lib = { path = "../profiler-lib" } anyhow = { workspace = true } wasmtime = { workspace = true }