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 28, 2022
1 parent 0ba6699 commit 8d3fbda
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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.148"
serde_bytes = "0.11"
log = "0.4"
common = { path = "../../common/common"}
Expand Down
8 changes: 4 additions & 4 deletions src/common/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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.148"
serde_bytes = "0.11"
anyhow = "1.0.66"
thiserror = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,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.148"
serde_bytes = "0.11"
async-trait = "0.1.58"
common = { path = "../common"}
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.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.148"
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"
rstest = "0.16.0"
hex = "0.4.3"
crc32fast = "1.3.2"

0 comments on commit 8d3fbda

Please sign in to comment.