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 Dec 5, 2022
1 parent 0ba6699 commit 2e7ffc9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions src/canisters/api_mock_canister/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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.6.8"
ic-cdk-macros = "0.6.8"
candid = "0.8.4"
serde = "1.0.149"
serde_bytes = "0.11"
log = "0.4"
common = { path = "../../common/common"}
Expand Down
10 changes: 5 additions & 5 deletions src/common/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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.6.8"
ic-cdk-macros = "0.6.8"
candid = "0.8.4"
serde = "1.0.149"
serde_bytes = "0.11"
anyhow = "1.0.66"
thiserror = "1.0"
log = "0.4"
async-trait = "0.1.58"
async-trait = "0.1.59"
url = "2.3.1"
num-bigint = "0.4.3"
yansi = "0.5.1"
Expand Down
10 changes: 5 additions & 5 deletions src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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.6.8"
ic-cdk-macros = "0.6.8"
candid = "0.8.4"
serde = "1.0.149"
serde_bytes = "0.11"
async-trait = "0.1.58"
async-trait = "0.1.59"
common = { path = "../common"}
log = "0.4"
once_cell = "1.16"
Expand Down
14 changes: 7 additions & 7 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"
serde = "1.0.147"
ic-cdk = "0.6.8"
ic-cdk-macros = "0.6.8"
candid = "0.8.4"
serde = "1.0.149"
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.59"
rstest = "0.16.0"
hex = "0.4.3"
crc32fast = "1.3.2"

0 comments on commit 2e7ffc9

Please sign in to comment.