|
1 | 1 | [package]
|
2 | 2 | name = "avalanche-types"
|
3 |
| -version = "0.0.346" # https://crates.io/crates/avalanche-types |
| 3 | +version = "0.0.368" # https://crates.io/crates/avalanche-types |
4 | 4 | edition = "2021"
|
5 |
| -rust-version = "1.68" # use "rustup override set stable" to overwrite current toolchain |
| 5 | +rust-version = "1.69" # use "rustup override set stable" to overwrite current toolchain |
6 | 6 | publish = true
|
7 | 7 | description = "Avalanche primitive types in Rust"
|
8 | 8 | license = "BSD-3-Clause"
|
@@ -48,7 +48,7 @@ zeroize = "1.6.0" # for "BLS
|
48 | 48 | secp256k1 = { version = "0.27.0", features = ["global-context", "rand-std", "recovery"], optional = true } # https://crates.io/crates/secp256k1
|
49 | 49 |
|
50 | 50 | # [OPTIONAL] for "kms_aws"
|
51 |
| -aws-manager = { version = "0.26.1", features = ["kms"], optional = true } # https://github.com/gyuho/aws-manager/tags |
| 51 | +aws-manager = { version = "0.26.15", features = ["kms"], optional = true } # https://github.com/gyuho/aws-manager/tags |
52 | 52 | aws-sdk-kms = { version = "0.26.0", optional = true } # https://crates.io/crates/aws-sdk-kms/versions
|
53 | 53 |
|
54 | 54 | # [OPTIONAL] for "cert"
|
@@ -78,17 +78,17 @@ ethers-signers = { version = "=2.0.3", optional = true } # https://github.com/ga
|
78 | 78 | # [OPTIONAL] for "subnet"
|
79 | 79 | futures = { version = "0.3.28", optional = true }
|
80 | 80 | http = { version = "0.2.9", optional = true }
|
81 |
| -hyper = { version = "0.14.25", optional = true } |
| 81 | +hyper = { version = "0.14.26", optional = true } |
82 | 82 | jsonrpc-core = { version = "18.0.0", optional = true }
|
83 | 83 | jsonrpc-http-server = { version = "18.0.0", optional = true }
|
84 | 84 | num-derive = { version = "0.3.3", optional = true }
|
85 | 85 | num-traits = { version = "0.2.15", optional = true }
|
86 | 86 | prost = { version = "0.11.9", optional = true } # prost-build requires "cmake", https://github.com/tokio-rs/prost/releases
|
87 | 87 | semver = { version = "1.0.17", optional = true }
|
88 | 88 | tokio-stream = { version = "0.1.12", features = ["net"], optional = true }
|
89 |
| -tonic = { version = "0.9.1", features = ["gzip"], optional = true } # https://github.com/hyperium/tonic/tags |
90 |
| -tonic-health = { version = "0.9.1", optional = true } # https://github.com/hyperium/tonic/blob/v0.9.0/tonic-health/src/lib.rs |
91 |
| -tonic-reflection = { version = "0.9.1", optional = true } |
| 89 | +tonic = { version = "0.9.2", features = ["gzip"], optional = true } # https://github.com/hyperium/tonic/tags |
| 90 | +tonic-health = { version = "0.9.2", optional = true } # https://github.com/hyperium/tonic/blob/v0.9.0/tonic-health/src/lib.rs |
| 91 | +tonic-reflection = { version = "0.9.2", optional = true } |
92 | 92 | tower-service = { version = "0.3.2", optional = true }
|
93 | 93 |
|
94 | 94 | # [OPTIONAL] for "subnet_metrics"
|
|
0 commit comments