Skip to content

Commit

Permalink
Merge pull request #8 from omnia-network/chore/update-dependencies
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
ilbertt authored Oct 31, 2024
2 parents f9d9edd + 0c55fe4 commit 2b4a952
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: dfinity/setup-dfx@main
with:
dfx-version: 0.21.0
dfx-version: 0.24.1

- name: install mops
run: npm i ic-mops -g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: dfinity/setup-dfx@main
with:
dfx-version: 0.21.0
dfx-version: 0.24.1

# rust toolchain is needed for integration tests
- uses: actions-rs/toolchain@v1
Expand Down
6 changes: 3 additions & 3 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "ic-websocket-cdk"
version = "0.4.0"
version = "0.4.1"
description = "IC WebSocket Motoko CDK"
repository = "https://github.com/omnia-network/ic-websocket-cdk-mo"
keywords = ["ic", "websocket", "motoko", "cdk"]
keywords = [ "ic", "websocket", "motoko", "cdk" ]
license = "MIT"

[dependencies]
ic-certification = "0.1.3"
sha2 = "0.1.0"
cbor = "1.0.0"
base = "0.11.3"
base = "0.13.2"
2 changes: 1 addition & 1 deletion tests/test_canister/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
},
"output_env_file": ".env",
"version": 1,
"dfx": "0.21.0"
"dfx": "0.24.1"
}
2 changes: 1 addition & 1 deletion tests/test_canister/mops.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ic-websocket-cdk = "../../"
ic-certification = "0.1.3"
sha2 = "0.1.0"
cbor = "1.0.0"
base = "0.11.3"
base = "0.13.2"

0 comments on commit 2b4a952

Please sign in to comment.