1
1
[package ]
2
2
name = " lnp_node"
3
3
description = " LNP node"
4
- version = " 0.1.0-beta.1 "
4
+ version = " 0.1.0-beta.2 "
5
5
authors = [
" Dr. Maxim Orlovsky <[email protected] >" ]
6
6
license = " MIT"
7
7
keywords = [" bitcoin" , " node" , " lightning-network" , " smart-contracts" , " rgb" ]
@@ -39,28 +39,28 @@ required-features = ["cli"]
39
39
40
40
[dependencies ]
41
41
# LNP/BP crates
42
- amplify = " ~2.3.1 "
43
- amplify_derive = " ~2.3.1 "
44
- lnpbp = { version = " = 0.2.0-beta .2" , features = [" lnp" , " websockets" ] }
45
- lnpbp_derive = " = 0.2.0-beta.2 "
46
- lnpbp_services = " = 0.2.0-beta.2 "
47
- rgb_node = { version = " ~0.2.0-beta.2 " , features = [" client" , " fungibles" ] }
42
+ amplify = " 2.4 "
43
+ amplify_derive = " 2.4.2 "
44
+ lnpbp = { version = " ~ 0.2.2" , features = [" lnp" , " websockets" ] }
45
+ lnpbp_derive = " ~ 0.2.0"
46
+ lnpbp_services = " ~ 0.2.0"
47
+ rgb_node = { version = " ~0.2.0-rc.5 " , features = [" client" , " fungibles" ] }
48
48
# Rust language
49
49
lazy_static = " ~1.4.0"
50
50
nix = { version = " ~0.19.0" , optional = true }
51
51
chrono = " ~0.4.19"
52
52
# Bitcoin
53
53
electrum-client = { version = " =0.3.0-beta.1" , optional = true }
54
54
# Serialization & parsing
55
- serde_crate = { package = " serde" , version = " ~ 1.0.106 " , features = [" derive" ], optional = true }
56
- serde_with = { version = " ~ 1.5.1 " , optional = true , features = [" hex" ] }
57
- serde_json = { version = " ~ 1.0.55 " , optional = true }
58
- serde_yaml = { version = " ~ 0.8.13" , optional = true }
59
- toml = { version = " ~ 0.5.6" , optional = true }
60
- bech32 = { version = " ~ 0.7.2" , optional = true }
61
- base64 = { version = " ~ 0.12.1" , optional = true }
62
- regex = { version = " ~ 1.3.9 " , optional = true }
63
- url = { version = " ~2.1 .1" , optional = true }
55
+ serde_crate = { package = " serde" , version = " 1.0" , features = [" derive" ], optional = true }
56
+ serde_with = { version = " 1.5" , optional = true , features = [" hex" ] }
57
+ serde_json = { version = " 1.0" , optional = true }
58
+ serde_yaml = { version = " 0.8.13" , optional = true }
59
+ toml = { version = " 0.5.6" , optional = true }
60
+ bech32 = { version = " 0.7.2" , optional = true }
61
+ base64 = { version = " 0.12.1" , optional = true }
62
+ regex = { version = " 1.3" , optional = true }
63
+ url = { version = " 2 .1" , optional = true }
64
64
# Congig & logging
65
65
settings = { version = " ~0.10.1" , package = " config" , optional = true }
66
66
configure_me = { version = " 0.3.4" , optional = true }
@@ -76,10 +76,10 @@ tokio = { version = "~0.2.21", features = ["full"], optional = true }
76
76
zmq = { version = " ~0.9.2" , optional = true }
77
77
78
78
[build-dependencies ]
79
- amplify = " ~2.3.1 "
80
- amplify_derive = " ~2.3.0 "
81
- lnpbp = { version = " = 0.2.0-beta .2" , features = [" lnp" , " url" , " websockets" ] }
82
- lnpbp_services = " = 0.2.0-beta.2 "
79
+ amplify = " 2.4 "
80
+ amplify_derive = " 2.4.2 "
81
+ lnpbp = { version = " ~ 0.2.2" , features = [" lnp" , " url" , " websockets" ] }
82
+ lnpbp_services = " ~ 0.2.0"
83
83
lazy_static = " ~1.4.0"
84
84
clap = " =3.0.0-beta.2"
85
85
clap_generate = " =3.0.0-beta.2"
0 commit comments