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 Aug 21, 2022
1 parent 90413d7 commit 75870a2
Show file tree
Hide file tree
Showing 7 changed files with 1,051 additions and 141 deletions.
10 changes: 5 additions & 5 deletions src/canisters/monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.6"
ic-cdk-macros = "0.5.6"
candid = "0.7.16"
serde = "1.0.144"
serde_bytes = "0.11"
log = "0.4"
common = { path = "../../common/common" }
thiserror = "1.0"
anyhow = "1.0.58"
anyhow = "1.0.62"

[dev-dependencies]
test_common = { path = "../../common/test_common" }
Expand Down
2 changes: 1 addition & 1 deletion src/common/build_common/Cargo.toml
Original file line number Diff line number Diff line change
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.58"
anyhow = "1.0.62"
hex = "0.4.3"
flate2 = "1.0"
12 changes: 6 additions & 6 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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
ic-cdk = "0.5.6"
ic-cdk-macros = "0.5.6"
candid = "0.7.16"
serde = "1.0.144"
serde_bytes = "0.11"
anyhow = "1.0.58"
anyhow = "1.0.62"
thiserror = "1.0"
log = "0.4"
async-trait = "0.1.56"
async-trait = "0.1.57"
url = "2.2.2"
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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
ic-cdk = "0.5.6"
ic-cdk-macros = "0.5.6"
candid = "0.7.16"
serde = "1.0.144"
serde_bytes = "0.11"
async-trait = "0.1.56"
async-trait = "0.1.57"
common = { path = "../common"}
log = "0.4"
once_cell = "1.13"
Expand Down
10 changes: 5 additions & 5 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.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
ic-cdk = "0.5.6"
ic-cdk-macros = "0.5.6"
candid = "0.7.16"
serde = "1.0.144"
serde_bytes = "0.11"
common = { path = "../common" }
log = "0.4"
env_logger = "0.9.0"
mockall = "0.11.2"
async-trait = "0.1.56"
async-trait = "0.1.57"
rstest = "0.15.0"
hex = "0.4.3"
crc32fast = "1.3.2"

0 comments on commit 75870a2

Please sign in to comment.