Skip to content

Commit

Permalink
Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent 0ba6699 commit 1aa25ed
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions src/canisters/api_mock_canister/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
candid = "0.8.3"
ic-cdk = "0.13.0"
ic-cdk-macros = "0.13.0"
candid = "0.10.0"
serde = "1.0.147"
serde_bytes = "0.11"
log = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions src/common/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
candid = "0.8.3"
ic-cdk = "0.13.0"
ic-cdk-macros = "0.13.0"
candid = "0.10.0"
serde = "1.0.147"
serde_bytes = "0.11"
anyhow = "1.0.66"
Expand Down
6 changes: 3 additions & 3 deletions src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
candid = "0.8.3"
ic-cdk = "0.13.0"
ic-cdk-macros = "0.13.0"
candid = "0.10.0"
serde = "1.0.147"
serde_bytes = "0.11"
async-trait = "0.1.58"
Expand Down
12 changes: 6 additions & 6 deletions src/common/test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
candid = "0.8.3"
ic-cdk = "0.13.0"
ic-cdk-macros = "0.13.0"
candid = "0.10.0"
serde = "1.0.147"
serde_bytes = "0.11"
common = { path = "../common" }
log = "0.4"
env_logger = "0.9.1"
mockall = "0.11.3"
env_logger = "0.11.0"
mockall = "0.12.0"
async-trait = "0.1.58"
rstest = "0.15.0"
rstest = "0.19.0"
hex = "0.4.3"
crc32fast = "1.3.2"
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"@cucumber/cucumber": "^8.0.0",
"@cucumber/pretty-formatter": "^1.0.0-alpha.2",
"@deland-labs/dft_all_features_client": "^0.6.0",
"@dfinity/agent": "^0.14.0",
"@dfinity/agent": "^0.21.0",
"@dfinity/authentication": "^0.14.0",
"@dfinity/candid": "^0.14.0",
"@dfinity/identity": "^0.14.0",
"@dfinity/principal": "^0.14.0",
"@dfinity/candid": "^0.21.0",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.21.0",
"@trust/webcrypto": "^0.9.2",
"archiver": "^5.3.0",
"btoa": "^1.2.1",
"chai": "^4.3.6",
"commander": "^9.3.0",
"crc": "^4.0.0",
"js-sha256": "^0.9.0",
"js-sha256": "^0.11.0",
"minimist": "^1.2.6",
"node-color-log": "^10.0.0",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit 1aa25ed

Please sign in to comment.