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

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 22, 2023
1 parent ea6e90d commit 726cab1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
44 changes: 26 additions & 18 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 @@ -6,12 +6,12 @@ members = ["crates/*"]
extism-pdk = "0.3.4"
proto_pdk = { version = "0.10.3" } # , path = "../../proto/crates/pdk" }
proto_pdk_api = { version = "0.10.4" } # , path = "../../proto/crates/pdk-api" }
proto_pdk_test_utils = { version = "0.11.0" } # , path = "../../proto/crates/pdk-test-utils" }
proto_pdk_test_utils = { version = "0.11.1" } # , path = "../../proto/crates/pdk-test-utils" }
regex = { version = "1.10.2", default-features = false, features = [
"std",
"unicode",
] }
serde = "1.0.192"
serde = "1.0.193"
serde_json = "1.0.108"
starbase_sandbox = "0.1.12"
tokio = { version = "1.34.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.73.0"
channel = "1.74.0"

0 comments on commit 726cab1

Please sign in to comment.