From 2018ece05c8415b7e79a409b665b10ee4e84116c Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Mon, 16 Dec 2024 21:20:52 -0800 Subject: [PATCH] Update deps. --- Cargo.lock | 6 +++--- Cargo.toml | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d936e4f..20cbceb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2289,16 +2289,16 @@ dependencies = [ [[package]] name = "nodejs_package_json" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5b1935bec0b4fb49c42f50bd6822a3171cbf55a0d9cd1810715baa2f319a1d7" +checksum = "008b3dcf2b6ccd151efab4145717974b21588f105f2bc9004983b6cc2e00cf9e" dependencies = [ "indexmap", "rustc-hash", "semver", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.7", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5916832..69fbf6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,17 @@ resolver = "2" members = ["crates/*", "tools/*", "toolchains/*"] [workspace.dependencies] +# moon moon_pdk = { path = "../moon/crates/pdk" } moon_pdk_api = { path = "../moon/crates/pdk-api" } +# proto +proto_pdk = { version = "0.25.5" } # , path = "../proto/crates/pdk" } +proto_pdk_api = { version = "0.24.5" } # , path = "../proto/crates/pdk-api" } +proto_pdk_test_utils = { version = "0.30.4" } # , path = "../proto/crates/pdk-test-utils" } + # Common extism-pdk = { version = "1.3.0" } -proto_pdk = { version = "0.25.5" } # , path = "../proto/crates/pdk" } -proto_pdk_api = { version = "0.24.5" } # , path = "../proto/crates/pdk-api" } -proto_pdk_test_utils = { version = "0.30.4" } # , path = "../proto/crates/pdk-test-utils" } regex = { version = "1.11.1", default-features = false, features = ["std"] } schematic = { version = "0.17.7", default-features = false, features = [ "schema", @@ -23,7 +26,7 @@ tokio = { version = "1.42.0", features = ["full"] } toml = { version = "0.8.19", default-features = false, features = ["parse"] } # Node.js -nodejs_package_json = "0.3.0" +nodejs_package_json = "0.3.1" [profile.release] codegen-units = 1