@@ -4,7 +4,7 @@ name = "init4-bin-base"
4
4
description = " Internal utilities for binaries produced by the init4 team"
5
5
keywords = [" init4" , " bin" , " base" ]
6
6
7
- version = " 0.6 .0"
7
+ version = " 0.7 .0"
8
8
edition = " 2021"
9
9
rust-version = " 1.81"
10
10
authors = [" init4" , " James Prestwich" ]
@@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base"
16
16
init4-from-env-derive = " 0.1.0"
17
17
18
18
# Signet
19
- signet-constants = { version = " 0.4.2 " }
20
- signet-tx-cache = { version = " 0.4.2 " , optional = true }
19
+ signet-constants = { version = " 0.6.0 " }
20
+ signet-tx-cache = { version = " 0.6.0 " , optional = true }
21
21
22
22
# Tracing
23
23
tracing = " 0.1.40"
@@ -45,7 +45,7 @@ tokio = { version = "1.36.0", optional = true }
45
45
46
46
# Other
47
47
thiserror = " 2.0.11"
48
- alloy = { version = " = 1.0.11" , optional = true , default-features = false , features = [" std" , " signer-aws" , " signer-local" , " consensus" , " network" ] }
48
+ alloy = { version = " 1.0.11" , optional = true , default-features = false , features = [" std" , " signer-aws" , " signer-local" , " consensus" , " network" ] }
49
49
serde = { version = " 1" , features = [" derive" ] }
50
50
async-trait = { version = " 0.1.80" , optional = true }
51
51
eyre = { version = " 0.6.12" , optional = true }
0 commit comments