@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive", "rc"] }
21
21
serde-aux = { version = " 4.1" , default-features = false }
22
22
serde_json = " 1.0"
23
23
thiserror = " 1.0"
24
- ed25519-dalek = { version = " 2.1.1 " , features = [" rand_core" ] }
24
+ ed25519-dalek = { version = " 2.1" , features = [" rand_core" ] }
25
25
rand = " 0.8"
26
26
chrono = { version = " 0.4" , default-features = false , features = [
27
27
" std" ,
@@ -32,9 +32,9 @@ once_cell = "1.16"
32
32
jsonwebtoken = " 8.1"
33
33
k256 = { version = " 0.13" , optional = true }
34
34
sha3 = { version = " 0.10" , optional = true }
35
- sha2 = { version = " 0.10.6 " }
35
+ sha2 = " 0.10"
36
36
url = " 2"
37
- alloy = { version = " 0.3.6 " , optional = true , features = [
37
+ alloy = { version = " 0.3" , optional = true , features = [
38
38
" json-rpc" ,
39
39
" provider-http" ,
40
40
" contract" ,
@@ -43,12 +43,12 @@ alloy = { version = "0.3.6", optional = true, features = [
43
43
strum = { version = " 0.26" , features = [" strum_macros" , " derive" ] }
44
44
45
45
[dev-dependencies ]
46
- tokio = { version = " 1.35.1 " , features = [" test-util" , " macros" ] }
47
- alloy = { version = " 0.3.6 " , features = [" node-bindings" ] }
46
+ tokio = { version = " 1.47 " , features = [" test-util" , " macros" ] }
47
+ alloy = { version = " 0.3" , features = [" node-bindings" ] }
48
48
49
49
[build-dependencies ]
50
50
serde_json = " 1.0"
51
- hex = " 0.4.3 "
51
+ hex = " 0.4"
52
52
53
53
[lints .clippy ]
54
54
indexing_slicing = " deny"
0 commit comments