Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 17, 2024
1 parent a55d4b2 commit 2018ece
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down

0 comments on commit 2018ece

Please sign in to comment.