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 3, 2022
1 parent 90413d7 commit cfa21fe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/canisters/monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ crate-type = ["cdylib"]
ic-cdk = "0.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
serde = "1.0.142"
serde_bytes = "0.11"
log = "0.4"
common = { path = "../../common/common" }
thiserror = "1.0"
anyhow = "1.0.58"
anyhow = "1.0.59"

[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.59"
hex = "0.4.3"
flate2 = "1.0"
6 changes: 3 additions & 3 deletions src/common/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ edition = "2021"
ic-cdk = "0.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
serde = "1.0.142"
serde_bytes = "0.11"
anyhow = "1.0.58"
anyhow = "1.0.59"
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
4 changes: 2 additions & 2 deletions src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ crate-type = ["cdylib"]
ic-cdk = "0.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
serde = "1.0.142"
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
4 changes: 2 additions & 2 deletions src/common/test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ edition = "2021"
ic-cdk = "0.5.5"
ic-cdk-macros = "0.5.5"
candid = "0.7.15"
serde = "1.0.140"
serde = "1.0.142"
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 cfa21fe

Please sign in to comment.