diff --git a/abci/Cargo.toml b/abci/Cargo.toml index c1f4503..4ace957 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -72,7 +72,7 @@ tokio = { version = "1.37.0", features = [ futures = { version = "0.3.30", optional = true } [dev-dependencies] -anyhow = { version = "1.0.81" } +anyhow = { version = "1.0.82" } bincode = { version = "2.0.0-rc.3" } blake2 = { version = "0.10.6" } bollard = { version = "0.16.1" } diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index b4157ad..f07193b 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -15,7 +15,7 @@ tempfile = { version = "3.10.1" } regex = { "version" = "1.10.4" } # Use of native-tls-vendored should build vendored openssl, which is required for Alpine build ureq = { "version" = "2.9.6" } -zip = { version = "0.6.4", default-features = false, features = ["deflate"] } +zip = { version = "0.6.6", default-features = false, features = ["deflate"] } fs_extra = { version = "1.3.0" } tonic-build = { version = "0.11.0", optional = true } diff --git a/proto/Cargo.toml b/proto/Cargo.toml index d0b5f1e..7b6f0d2 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -58,7 +58,7 @@ subtle-encoding = { version = "0.5.1", default-features = false, features = [ ] } num-traits = { version = "0.2.18", default-features = false } num-derive = { version = "0.4.2", default-features = false } -time = { version = "0.3.34", default-features = false, features = [ +time = { version = "0.3.36", default-features = false, features = [ "macros", "parsing", ] } @@ -68,7 +68,9 @@ derive_more = { version = "0.99.17" } [dev-dependencies] -serde_json = { version = "1.0.115", default-features = false, features = ["alloc"] } +serde_json = { version = "1.0.115", default-features = false, features = [ + "alloc", +] } [build-dependencies] tenderdash-proto-compiler = { path = "../proto-compiler" }