Skip to content

Commit

Permalink
Merge branch 'main' into update_global_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 31, 2024
2 parents a971d3b + 4d55241 commit 4dd2055
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
- [ ] Error handling beautiful (no unwraps or expects etc)
- [ ] Code tested thoroughly
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] All tasks in linked issues have been completed or made into separate issues
- [ ] Related issues have been linked and all tasks have been completed or made into separate issues
10 changes: 5 additions & 5 deletions Cargo.lock

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

Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ic-stable-structures = "0.6.7"
open_value_sharing = { path = "../open_value_sharing" }
slotmap = "=1.0.7"
sha2 = "0.10.8"
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
ic-wasi-polyfill = "0.6.4"
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"

[dependencies]
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
candid = "0.10.11"
ic-cdk = "0.17.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ic-stable-structures = "0.6.7"
ic-wasi-polyfill = "0.6.4"
rquickjs = { version = "0.6.2", features = ["array-buffer", "bindgen"] }
scopeguard = "1.2.0"
serde = "1.0.216"
serde = "1.0.217"
serde_json = "1.0.134"
slotmap = "=1.0.7"

0 comments on commit 4dd2055

Please sign in to comment.