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 8, 2023
1 parent 2d033a1 commit 28f4d6a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ crate-type = ['cdylib']

[dependencies]
extism-pdk = "0.3.4"
proto_pdk = { version = "0.10.1" } # , path = "../../proto/crates/pdk" }
proto_pdk = { version = "0.10.2" } # , path = "../../proto/crates/pdk" }
regex = { version = "1.10.2", default-features = false, features = ["std"] }
serde = "1.0.190"
serde_json = "1.0.108"

[dev-dependencies]
proto_pdk_test_utils = { version = "0.10.1", features = [
proto_pdk_test_utils = { version = "0.10.2", features = [
"schema",
] } # , path = "../../proto/crates/pdk-test-utils" }
starbase_sandbox = "0.1.12"
Expand Down

0 comments on commit 28f4d6a

Please sign in to comment.