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 Nov 16, 2022
1 parent 0ba6699 commit 1fa3073
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/canisters/api_mock_canister/Cargo.toml
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
ic-cdk = "0.6.7"
ic-cdk-macros = "0.6.7"
candid = "0.8.3"
serde = "1.0.147"
serde_bytes = "0.11"
Expand Down
4 changes: 2 additions & 2 deletions src/common/common/Cargo.toml
Expand Up @@ -6,8 +6,8 @@ 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"
ic-cdk = "0.6.7"
ic-cdk-macros = "0.6.7"
candid = "0.8.3"
serde = "1.0.147"
serde_bytes = "0.11"
Expand Down
4 changes: 2 additions & 2 deletions src/common/common_actor/Cargo.toml
Expand Up @@ -9,8 +9,8 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.6.4"
ic-cdk-macros = "0.6.4"
ic-cdk = "0.6.7"
ic-cdk-macros = "0.6.7"
candid = "0.8.3"
serde = "1.0.147"
serde_bytes = "0.11"
Expand Down
6 changes: 3 additions & 3 deletions src/common/test_common/Cargo.toml
Expand Up @@ -6,14 +6,14 @@ 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"
ic-cdk = "0.6.7"
ic-cdk-macros = "0.6.7"
candid = "0.8.3"
serde = "1.0.147"
serde_bytes = "0.11"
common = { path = "../common" }
log = "0.4"
env_logger = "0.9.1"
env_logger = "0.9.3"
mockall = "0.11.3"
async-trait = "0.1.58"
rstest = "0.15.0"
Expand Down

0 comments on commit 1fa3073

Please sign in to comment.