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] authored Nov 7, 2023
1 parent 90413d7 commit 4cce042
Show file tree
Hide file tree
Showing 7 changed files with 855 additions and 548 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.11.3"
ic-cdk-macros = "0.8.1"
candid = "0.9.11"
serde = "1.0.192"
serde_bytes = "0.11"
log = "0.4"
common = { path = "../../common/common" }
thiserror = "1.0"
anyhow = "1.0.58"
anyhow = "1.0.75"

[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.75"
hex = "0.4.3"
flate2 = "1.0"
20 changes: 10 additions & 10 deletions src/common/common/Cargo.toml
Original file line number Diff line number Diff line change
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.11.3"
ic-cdk-macros = "0.8.1"
candid = "0.9.11"
serde = "1.0.192"
serde_bytes = "0.11"
anyhow = "1.0.58"
anyhow = "1.0.75"
thiserror = "1.0"
log = "0.4"
async-trait = "0.1.56"
url = "2.2.2"
num-bigint = "0.4.3"
async-trait = "0.1.74"
url = "2.4.1"
num-bigint = "0.4.4"
yansi = "0.5.1"
once_cell = "1.13"
once_cell = "1.18"
flate2 = "1.0"
const_env = "0.1.2"
sha2 = "0.10.2"
sha2 = "0.10.8"
hex = "0.4.3"
crc32fast = "1.3.2"

Expand Down
12 changes: 6 additions & 6 deletions src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
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.11.3"
ic-cdk-macros = "0.8.1"
candid = "0.9.11"
serde = "1.0.192"
serde_bytes = "0.11"
async-trait = "0.1.56"
async-trait = "0.1.74"
common = { path = "../common"}
log = "0.4"
once_cell = "1.13"
once_cell = "1.18"

[build-dependencies]
vergen = { version = "7", default-features = false, features = ["build", "git"] }
Expand Down
16 changes: 8 additions & 8 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.11.3"
ic-cdk-macros = "0.8.1"
candid = "0.9.11"
serde = "1.0.192"
serde_bytes = "0.11"
common = { path = "../common" }
log = "0.4"
env_logger = "0.9.0"
mockall = "0.11.2"
async-trait = "0.1.56"
rstest = "0.15.0"
env_logger = "0.10.0"
mockall = "0.11.4"
async-trait = "0.1.74"
rstest = "0.18.2"
hex = "0.4.3"
crc32fast = "1.3.2"
Loading

0 comments on commit 4cce042

Please sign in to comment.