diff --git a/src/canisters/monitor/Cargo.toml b/src/canisters/monitor/Cargo.toml index 0b4fe60..2338608 100644 --- a/src/canisters/monitor/Cargo.toml +++ b/src/canisters/monitor/Cargo.toml @@ -7,15 +7,15 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -ic-cdk = "0.5.5" -ic-cdk-macros = "0.5.5" -candid = "0.7.15" -serde = "1.0.140" +ic-cdk = "0.13.2" +ic-cdk-macros = "0.13.2" +candid = "0.10.7" +serde = "1.0.199" serde_bytes = "0.11" log = "0.4" common = { path = "../../common/common" } thiserror = "1.0" -anyhow = "1.0.58" +anyhow = "1.0.82" [dev-dependencies] test_common = { path = "../../common/test_common" } diff --git a/src/common/build_common/Cargo.toml b/src/common/build_common/Cargo.toml index 1176efb..f68ea13 100644 --- a/src/common/build_common/Cargo.toml +++ b/src/common/build_common/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] env-file-reader = "0.3.0" vergen = { version = "7", default-features = false, features = ["build", "git"] } -anyhow = "1.0.58" +anyhow = "1.0.82" hex = "0.4.3" flate2 = "1.0" diff --git a/src/common/common/Cargo.toml b/src/common/common/Cargo.toml index 0f331e4..daa1e9a 100644 --- a/src/common/common/Cargo.toml +++ b/src/common/common/Cargo.toml @@ -6,24 +6,24 @@ 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" -serde = "1.0.140" +ic-cdk = "0.13.2" +ic-cdk-macros = "0.13.2" +candid = "0.10.7" +serde = "1.0.199" serde_bytes = "0.11" -anyhow = "1.0.58" +anyhow = "1.0.82" thiserror = "1.0" log = "0.4" -async-trait = "0.1.56" -url = "2.2.2" -num-bigint = "0.4.3" +async-trait = "0.1.80" +url = "2.5.0" +num-bigint = "0.4.4" yansi = "0.5.1" -once_cell = "1.13" +once_cell = "1.19" flate2 = "1.0" const_env = "0.1.2" -sha2 = "0.10.2" +sha2 = "0.10.8" hex = "0.4.3" -crc32fast = "1.3.2" +crc32fast = "1.4.0" [dev-dependencies] env_logger = "0.9.0" diff --git a/src/common/common_actor/Cargo.toml b/src/common/common_actor/Cargo.toml index 7bdcb1e..9a8e3d7 100644 --- a/src/common/common_actor/Cargo.toml +++ b/src/common/common_actor/Cargo.toml @@ -9,15 +9,15 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -ic-cdk = "0.5.5" -ic-cdk-macros = "0.5.5" -candid = "0.7.15" -serde = "1.0.140" +ic-cdk = "0.13.2" +ic-cdk-macros = "0.13.2" +candid = "0.10.7" +serde = "1.0.199" serde_bytes = "0.11" -async-trait = "0.1.56" +async-trait = "0.1.80" common = { path = "../common"} log = "0.4" -once_cell = "1.13" +once_cell = "1.19" [build-dependencies] vergen = { version = "7", default-features = false, features = ["build", "git"] } diff --git a/src/common/test_common/Cargo.toml b/src/common/test_common/Cargo.toml index 2b07275..f2c335b 100644 --- a/src/common/test_common/Cargo.toml +++ b/src/common/test_common/Cargo.toml @@ -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" -serde = "1.0.140" +ic-cdk = "0.13.2" +ic-cdk-macros = "0.13.2" +candid = "0.10.7" +serde = "1.0.199" serde_bytes = "0.11" common = { path = "../common" } log = "0.4" -env_logger = "0.9.0" -mockall = "0.11.2" -async-trait = "0.1.56" -rstest = "0.15.0" +env_logger = "0.11.3" +mockall = "0.12.1" +async-trait = "0.1.80" +rstest = "0.19.0" hex = "0.4.3" -crc32fast = "1.3.2" +crc32fast = "1.4.0" diff --git a/src/package.json b/src/package.json index 144d4a0..c7145fc 100644 --- a/src/package.json +++ b/src/package.json @@ -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",