@@ -5,7 +5,7 @@ members = [".", "rpc", "cli"]
5
5
[package ]
6
6
name = " rgb_node"
7
7
description = " RGB node"
8
- version = " 0.8.3 "
8
+ version = " 0.8.4 "
9
9
authors = [" Dr. Maxim Orlovsky <orlovsky@lnp-bp.org>" ]
10
10
license = " MIT"
11
11
keywords = [" bitcoin" , " node" , " layer-2" , " smart-contracts" , " rgb" ]
@@ -32,15 +32,15 @@ required-features = ["server"]
32
32
amplify = " 3.13.0"
33
33
strict_encoding = " ~0.8.2"
34
34
stens = " 0.7.1"
35
- commit_verify = " 0.8.2 "
35
+ commit_verify = " ~ 0.8.3 "
36
36
internet2 = { version = " 0.8.3" , features = [" keygen" , " zmq" ] }
37
37
microservices = { version = " 0.8.10" , default-features = false , features = [" node" ] }
38
38
lnpbp = " 0.8.0"
39
39
bp-core = { version = " 0.8.1" , features = [" psbt" ] }
40
- lnp-core = { version = " 0.8.1 " , features = [" bifrost" ] }
40
+ lnp-core = { version = " 0.8.2 " , features = [" bifrost" ] }
41
41
lnp_rpc = " 0.8.0"
42
- rgb-std = " 0.8.1 "
43
- rgb_rpc = { version = " 0.8.3 " , path = " ./rpc" }
42
+ rgb-std = " 0.8.2 "
43
+ rgb_rpc = { version = " 0.8.4 " , path = " ./rpc" }
44
44
storm-core = " 0.8.0"
45
45
storm_ext = " 0.8.0"
46
46
storm_rpc = " 0.8.0"
@@ -53,7 +53,7 @@ chrono = "0.4"
53
53
nix = " 0.24"
54
54
log = { version = " 0.4" , features = [" max_level_trace" , " release_max_level_debug" ] }
55
55
env_logger = " 0.7"
56
- clap = { version = " ~3.1.18 " , optional = true , features = [" env" , " derive" ] }
56
+ clap = { version = " ~3.2.23 " , optional = true , features = [" env" , " derive" ] }
57
57
settings = { version = " 0.10" , package = " config" , optional = true }
58
58
configure_me = { version = " 0.4" , optional = true }
59
59
dotenv = { version = " 0.15" , optional = true }
@@ -66,12 +66,12 @@ internet2 = "0.8.0"
66
66
microservices = { version = " 0.8.0" , default-features = false }
67
67
lnpbp = " 0.8.0"
68
68
psbt = " 0.8.0"
69
- rgb-std = " 0.8.1 "
70
- rgb_rpc = { version = " 0.8.2 " , path = " ./rpc" }
69
+ rgb-std = " 0.8.2 "
70
+ rgb_rpc = { version = " 0.8.4 " , path = " ./rpc" }
71
71
storm_ext = " 0.8.0"
72
72
store_rpc = " 0.8.0"
73
- clap = { version = " ~3.1.18 " , features = [" env" ] }
74
- clap_complete = " ~3.1.4 "
73
+ clap = { version = " ~3.2.23 " , features = [" env" ] }
74
+ clap_complete = " ~3.2.5 "
75
75
log = { version = " 0.4" , features = [" max_level_trace" , " release_max_level_debug" ] }
76
76
shellexpand = " 2.1"
77
77
configure_me_codegen = " 0.4"
0 commit comments