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] authored Jun 1, 2024
1 parent 90413d7 commit ddfa850
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/canisters/monitor/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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
ic-cdk = "0.14.0"
ic-cdk-macros = "0.14.0"
candid = "0.10.0"
serde = "1.0.140"
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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
ic-cdk = "0.14.0"
ic-cdk-macros = "0.14.0"
candid = "0.10.0"
serde = "1.0.140"
serde_bytes = "0.11"
anyhow = "1.0.58"
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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
ic-cdk = "0.14.0"
ic-cdk-macros = "0.14.0"
candid = "0.10.0"
serde = "1.0.140"
serde_bytes = "0.11"
async-trait = "0.1.56"
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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
ic-cdk = "0.14.0"
ic-cdk-macros = "0.14.0"
candid = "0.10.0"
serde = "1.0.140"
serde_bytes = "0.11"
common = { path = "../common" }
log = "0.4"
env_logger = "0.9.0"
mockall = "0.11.2"
env_logger = "0.11.0"
mockall = "0.12.0"
async-trait = "0.1.56"
rstest = "0.15.0"
rstest = "0.21.0"
hex = "0.4.3"
crc32fast = "1.3.2"
12 changes: 6 additions & 6 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.12.0",
"@dfinity/authentication": "^0.12.0",
"@dfinity/candid": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/principal": "^0.12.0",
"@dfinity/agent": "^0.21.0",
"@dfinity/authentication": "^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": "^9.0.0",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit ddfa850

Please sign in to comment.