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 Sep 8, 2022
1 parent 90413d7 commit f7f9459
Show file tree
Hide file tree
Showing 7 changed files with 1,055 additions and 145 deletions.
10 changes: 5 additions & 5 deletions src/canisters/monitor/Cargo.toml
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.64"

[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.58"
anyhow = "1.0.64"
hex = "0.4.3"
flate2 = "1.0"
18 changes: 9 additions & 9 deletions src/common/common/Cargo.toml
Expand Up @@ -6,22 +6,22 @@ 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.64"
thiserror = "1.0"
log = "0.4"
async-trait = "0.1.56"
url = "2.2.2"
async-trait = "0.1.57"
url = "2.3.1"
num-bigint = "0.4.3"
yansi = "0.5.1"
once_cell = "1.13"
once_cell = "1.14"
flate2 = "1.0"
const_env = "0.1.2"
sha2 = "0.10.2"
sha2 = "0.10.5"
hex = "0.4.3"
crc32fast = "1.3.2"

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.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"
once_cell = "1.14"

[build-dependencies]
vergen = { version = "7", default-features = false, features = ["build", "git"] }
Expand Down
10 changes: 5 additions & 5 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.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 f7f9459

Please sign in to comment.