Skip to content

Commit 0d89f32

Browse files
authored
Merge branch 'openmina:develop' into develop
2 parents 1587e63 + 351de56 commit 0d89f32

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ serde_json = "1.0"
1212
slab = { version = "0.4.7", features = ["serde"] }
1313
tracing = { version = "0.1", features = ["std"] }
1414
sha2 = "0.10.6"
15-
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
16-
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
15+
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
16+
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1717
rand = "0.8.0"
1818
redux = { workspace = true }
1919
tokio = { version = "1.26", features = ["sync"] }

mina-p2p-messages/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ serde = { version = "1.0.142", features = ["derive"] }
1111
serde_json = { version = "1.0.83" }
1212
serde_bytes = "0.11"
1313
hex = "0.4.3"
14-
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
15-
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
14+
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
15+
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1616
thiserror = "1.0.32"
1717
derive_more = "0.99.17"
1818
bs58 = { version = "0.4", features = ["check"] }

p2p/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ rand = { version = "0.8", features = [ "small_rng" ] }
1616
bytes = "*"
1717
bs58 = "0.4.0"
1818
base64 = "0.22"
19-
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
20-
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
19+
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
20+
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
2121
anyhow = "1.0.70"
2222
smallvec = "1.10.0"
2323
cfg-if = "1.0.0"

tools/bootstrap-sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ base64 = { version = "0.21.7" }
1717

1818
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
1919

20-
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
20+
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
2121
ledger = { path = "../../ledger", package = "mina-tree" }
2222
libp2p-rpc-behaviour = { path = "../../p2p/libp2p-rpc-behaviour" }
2323
mina-transport = { path = "../transport" }

tools/fuzzing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ num-bigint = "0.4.0"
3434
tuple-map = "0.4.0"
3535
itertools = "0.11.0"
3636
#binprot = "0.1.7"
37-
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
38-
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "2b5a909" }
37+
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
38+
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
3939
clap = "4.5.20"
4040

4141

0 commit comments

Comments
 (0)