Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
deps: Update to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 6, 2023
1 parent 324d428 commit e28ef68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ members = ["crates/*"]

[workspace.dependencies]
extism-pdk = "0.3.4"
proto_pdk = { version = "0.10.0" } # , path = "../../proto/crates/pdk" }
proto_pdk_api = { version = "0.10.0" } # , path = "../../proto/crates/pdk-api" }
proto_pdk_test_utils = { version = "0.10.0" } # , path = "../../proto/crates/pdk-test-utils" }
proto_pdk = { version = "0.10.1" } # , path = "../../proto/crates/pdk" }
proto_pdk_api = { version = "0.10.1" } # , path = "../../proto/crates/pdk-api" }
proto_pdk_test_utils = { version = "0.10.1" } # , path = "../../proto/crates/pdk-test-utils" }
regex = { version = "1.10.2", default-features = false, features = [
"std",
"unicode",
Expand Down

0 comments on commit e28ef68

Please sign in to comment.