2
2
name = " enr"
3
3
authors = [
" Age Manning <[email protected] >" ]
4
4
edition = " 2021"
5
- version = " 0.12.1 "
5
+ version = " 0.13.0 "
6
6
description = " Rust implementation of Ethereum Node Record (ENR) EIP778"
7
7
readme = " ./README.md"
8
8
keywords = [" ethereum" , " enr" , " record" , " EIP778" , " node" ]
@@ -12,24 +12,24 @@ license = "MIT"
12
12
exclude = [" .gitignore" , " .github/*" ]
13
13
14
14
[dependencies ]
15
- alloy-rlp = " 0.3.4 "
16
- base64 = " 0.21 "
15
+ alloy-rlp = " 0.3.9 "
16
+ base64 = " 0.22 "
17
17
bytes = " 1"
18
- hex = " 0.4.3 "
19
- log = " 0.4.21 "
18
+ hex = " 0.4"
19
+ log = " 0.4"
20
20
rand = " 0.8"
21
- zeroize = " 1.7.0 "
21
+ zeroize = " 1.8 "
22
22
sha3 = " 0.10"
23
23
k256 = { version = " 0.13" , features = [" ecdsa" ], optional = true }
24
24
serde = { version = " 1.0" , features = [" derive" ], optional = true }
25
- ed25519-dalek = { version = " 2.1.1 " , optional = true , features = [" rand_core" ] }
26
- secp256k1 = { version = " 0.29 " , optional = true , default-features = false , features = [
25
+ ed25519-dalek = { version = " 2.1" , optional = true , features = [" rand_core" ] }
26
+ secp256k1 = { version = " 0.30 " , optional = true , default-features = false , features = [
27
27
" global-context" ,
28
28
] }
29
29
30
30
[dev-dependencies ]
31
- alloy-rlp = { version = " 0.3.4 " , features = [" derive" ] }
32
- secp256k1 = { version = " 0.29 " , features = [" rand-std " ] }
31
+ alloy-rlp = { version = " 0.3" , features = [" derive" ] }
32
+ secp256k1 = { version = " 0.30 " , features = [" rand" ] }
33
33
serde_json = " 1.0"
34
34
35
35
[features ]
0 commit comments