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 Mar 20, 2023
1 parent 0ba6699 commit 926bf5d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions src/canisters/api_mock_canister/Cargo.toml
Expand Up @@ -7,15 +7,15 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
candid = "0.8.3"
serde = "1.0.147"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.6.10"
candid = "0.8.4"
serde = "1.0.158"
serde_bytes = "0.11"
log = "0.4"
common = { path = "../../common/common"}
thiserror = "1.0"
anyhow = "1.0.66"
anyhow = "1.0.70"

[dev-dependencies]
test_common = { path = "../../common/test_common" }
Expand Down
2 changes: 1 addition & 1 deletion src/common/build_common/Cargo.toml
Expand Up @@ -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.66"
anyhow = "1.0.70"
hex = "0.4.3"
flate2 = "1.0"
14 changes: 7 additions & 7 deletions src/common/common/Cargo.toml
Expand Up @@ -6,19 +6,19 @@ 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"
serde = "1.0.147"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.6.10"
candid = "0.8.4"
serde = "1.0.158"
serde_bytes = "0.11"
anyhow = "1.0.66"
anyhow = "1.0.70"
thiserror = "1.0"
log = "0.4"
async-trait = "0.1.58"
async-trait = "0.1.67"
url = "2.3.1"
num-bigint = "0.4.3"
yansi = "0.5.1"
once_cell = "1.16"
once_cell = "1.17"
flate2 = "1.0"
const_env = "0.1.2"
sha2 = "0.10.6"
Expand Down
12 changes: 6 additions & 6 deletions src/common/common_actor/Cargo.toml
Expand Up @@ -9,15 +9,15 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
candid = "0.8.3"
serde = "1.0.147"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.6.10"
candid = "0.8.4"
serde = "1.0.158"
serde_bytes = "0.11"
async-trait = "0.1.58"
async-trait = "0.1.67"
common = { path = "../common"}
log = "0.4"
once_cell = "1.16"
once_cell = "1.17"

[build-dependencies]
vergen = { version = "7", default-features = false, features = ["build", "git"] }
Expand Down
14 changes: 7 additions & 7 deletions src/common/test_common/Cargo.toml
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"
serde = "1.0.147"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.6.10"
candid = "0.8.4"
serde = "1.0.158"
serde_bytes = "0.11"
common = { path = "../common" }
log = "0.4"
env_logger = "0.9.1"
env_logger = "0.10.0"
mockall = "0.11.3"
async-trait = "0.1.58"
rstest = "0.15.0"
async-trait = "0.1.67"
rstest = "0.17.0"
hex = "0.4.3"
crc32fast = "1.3.2"
8 changes: 4 additions & 4 deletions src/package.json
Expand Up @@ -11,11 +11,11 @@
"@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.15.0",
"@dfinity/authentication": "^0.14.0",
"@dfinity/candid": "^0.14.0",
"@dfinity/identity": "^0.14.0",
"@dfinity/principal": "^0.14.0",
"@dfinity/candid": "^0.15.0",
"@dfinity/identity": "^0.15.0",
"@dfinity/principal": "^0.15.0",
"@trust/webcrypto": "^0.9.2",
"archiver": "^5.3.0",
"btoa": "^1.2.1",
Expand Down

0 comments on commit 926bf5d

Please sign in to comment.