1
1
[package ]
2
2
name = " avalanche-types"
3
- version = " 0.0.394 " # https://crates.io/crates/avalanche-types
3
+ version = " 0.0.396 " # https://crates.io/crates/avalanche-types
4
4
edition = " 2021"
5
5
rust-version = " 1.69" # use "rustup override set stable" to overwrite current toolchain
6
6
publish = true
@@ -20,7 +20,7 @@ cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
20
20
chrono = " 0.4.24"
21
21
cmp-manager = " 0.0.1"
22
22
ecdsa = { version = " 0.16.7" , features = [" rfc6979" , " verifying" ] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256
23
- ethers-core = { version = " =2.0.4 " , features = [" eip712" ] } # https://github.com/gakonst/ethers-rs/releases
23
+ ethers-core = { version = " =2.0.6 " , features = [" eip712" ] } # https://github.com/gakonst/ethers-rs/releases
24
24
hex = " 0.4.3"
25
25
hmac = " 0.12.1"
26
26
k256 = { version = " 0.13.1" , features = [" ecdsa" ] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256
@@ -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.28.0 " , features = [" kms" ], optional = true } # https://github.com/gyuho/aws-manager/tags
51
+ aws-manager = { version = " 0.28.1 " , features = [" kms" ], optional = true } # https://github.com/gyuho/aws-manager/tags
52
52
aws-sdk-kms = { version = " 0.28.0" , optional = true } # https://crates.io/crates/aws-sdk-kms/versions
53
53
54
54
# [OPTIONAL] for "message"
@@ -66,9 +66,9 @@ tokio = { version = "1.28.1", features = ["full"], optional = true } # https://g
66
66
rlp = { version = " 0.5.2" , default-features = false , features = [" std" ], optional = true }
67
67
68
68
# [OPTIONAL] for "wallet_evm"
69
- ethers = { version = " =2.0.4 " , features = [" eip712" ], optional = true } # https://github.com/gakonst/ethers-rs/releases
70
- ethers-providers = { version = " =2.0.4 " , optional = true } # https://github.com/gakonst/ethers-rs/releases
71
- ethers-signers = { version = " =2.0.4 " , optional = true } # https://github.com/gakonst/ethers-rs/releases
69
+ ethers = { version = " =2.0.6 " , features = [" eip712" ], optional = true } # https://github.com/gakonst/ethers-rs/releases
70
+ ethers-providers = { version = " =2.0.6 " , optional = true } # https://github.com/gakonst/ethers-rs/releases
71
+ ethers-signers = { version = " =2.0.6 " , optional = true } # https://github.com/gakonst/ethers-rs/releases
72
72
73
73
# [OPTIONAL] for "subnet"
74
74
futures = { version = " 0.3.28" , optional = true }
@@ -90,7 +90,7 @@ tower-service = { version = "0.3.2", optional = true }
90
90
prometheus = { version = " 0.13.3" , default-features = false , features = [" process" ], optional = true }
91
91
92
92
# [OPTIONAL] for "codec"
93
- base64 = { version = " 0.21.1 " , optional = true } # https://github.com/marshallpierce/rust-base64
93
+ base64 = { version = " 0.21.2 " , optional = true } # https://github.com/marshallpierce/rust-base64
94
94
num-bigint = { version = " 0.4.3" , optional = true }
95
95
96
96
[build-dependencies ]
@@ -107,7 +107,8 @@ tokio-test = "0.4.2"
107
107
108
108
# Add optional features to docs.
109
109
[package .metadata .docs .rs ]
110
- features = [" subnet" , " subnet_metrics" ]
110
+ all-features = true
111
+ rustdoc-args = [" --cfg" , " docsrs" ]
111
112
112
113
[features ]
113
114
default = [
0 commit comments