@@ -8,31 +8,32 @@ members = [ "basecoin", "basecoin/app", "basecoin/modules", "basecoin/store" ]
8
8
version = " 0.2.0"
9
9
license = " Apache-2.0"
10
10
edition = " 2021"
11
- rust-version = " 1.64 "
11
+ rust-version = " 1.75 "
12
12
readme = " README.md"
13
13
repository = " https://github.com/informalsystems/basecoin-rs"
14
14
authors = [
" Informal Systems <[email protected] >" ]
15
15
16
16
[workspace .dependencies ]
17
17
# external dependencies
18
18
base64 = { version = " 0.22.1" , default-features = false , features = [ " alloc" ] }
19
- cosmrs = { version = " 0.18 .0" }
19
+ cosmrs = { version = " 0.20 .0" }
20
20
displaydoc = { version = " 0.2" , default-features = false }
21
- derive_more = { version = " 0.99.18 " , default-features = false , features = [ " from" , " into" , " display" ] }
21
+ derive_more = { version = " 1.0.0 " , default-features = false , features = [ " from" , " into" , " try_into " , " display" ] }
22
22
ed25519 = { version = " 2.2.3" , default-features = false }
23
- prost = { version = " 0.13.1" , default-features = false }
23
+ prost = { version = " 0.13.3" , default-features = false }
24
+ serde_derive = { version = " 1.0" , default-features = false }
24
25
serde = " 1.0"
25
26
serde_json = " 1.0"
26
27
sha2 = " 0.10.8"
27
- tonic = " 0.12.1 "
28
- tonic-reflection = " 0.12.1 "
28
+ tonic = " 0.12.2 "
29
+ tonic-reflection = " 0.12.2 "
29
30
tracing = " 0.1.40"
30
31
tracing-subscriber = " 0.3.18"
31
32
32
33
# ibc dependencies
33
34
ibc = { version = " 0.54.0" , default-features = false , features = [ " serde" ] }
34
35
ibc-query = { version = " 0.54.0" , default-features = false }
35
- ibc-proto = { version = " 0.47.0 " , default-features = false }
36
+ ibc-proto = { version = " 0.47.1 " , default-features = false }
36
37
ics23 = { version = " 0.12" , default-features = false }
37
38
38
39
# tendermint dependencies
@@ -45,8 +46,8 @@ tendermint-rpc = { version = "0.38", default-features = false }
45
46
tower-abci = { version = " 0.16" }
46
47
47
48
[patch .crates-io ]
48
- ibc = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " 474909d " }
49
- ibc-query = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " 474909d " }
49
+ ibc = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " cfb707e " }
50
+ ibc-query = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " cfb707e " }
50
51
51
52
# for tendermint 0.38
52
53
tower-abci = { git = " https://github.com/informalsystems/tower-abci" , rev = " 0992541" }
0 commit comments