11[package ]
22name = " avalanche-types"
3- version = " 0.0.394 " # https://crates.io/crates/avalanche-types
3+ version = " 0.0.396 " # https://crates.io/crates/avalanche-types
44edition = " 2021"
55rust-version = " 1.69" # use "rustup override set stable" to overwrite current toolchain
66publish = true
@@ -20,7 +20,7 @@ cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
2020chrono = " 0.4.24"
2121cmp-manager = " 0.0.1"
2222ecdsa = { 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
2424hex = " 0.4.3"
2525hmac = " 0.12.1"
2626k256 = { 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
4848secp256k1 = { version = " 0.27.0" , features = [" global-context" , " rand-std" , " recovery" ], optional = true } # https://crates.io/crates/secp256k1
4949
5050# [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
5252aws-sdk-kms = { version = " 0.28.0" , optional = true } # https://crates.io/crates/aws-sdk-kms/versions
5353
5454# [OPTIONAL] for "message"
@@ -66,9 +66,9 @@ tokio = { version = "1.28.1", features = ["full"], optional = true } # https://g
6666rlp = { version = " 0.5.2" , default-features = false , features = [" std" ], optional = true }
6767
6868# [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
7272
7373# [OPTIONAL] for "subnet"
7474futures = { version = " 0.3.28" , optional = true }
@@ -90,7 +90,7 @@ tower-service = { version = "0.3.2", optional = true }
9090prometheus = { version = " 0.13.3" , default-features = false , features = [" process" ], optional = true }
9191
9292# [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
9494num-bigint = { version = " 0.4.3" , optional = true }
9595
9696[build-dependencies ]
@@ -107,7 +107,8 @@ tokio-test = "0.4.2"
107107
108108# Add optional features to docs.
109109[package .metadata .docs .rs ]
110- features = [" subnet" , " subnet_metrics" ]
110+ all-features = true
111+ rustdoc-args = [" --cfg" , " docsrs" ]
111112
112113[features ]
113114default = [
0 commit comments