File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " hypersync-client"
3- version = " 0.22 .0"
3+ version = " 0.23 .0"
44edition = " 2021"
55description = " client library for hypersync"
66license = " MPL-2.0"
@@ -40,9 +40,9 @@ bincode = "1"
4040nohash-hasher = " 0.2.0"
4141alloy-primitives = " 1.1"
4242
43- hypersync-net-types = { path = " ../hypersync-net-types" , version = " 0.12.2 " }
44- hypersync-format = { path = " ../hypersync-format" , version = " 0.6 .0" }
45- hypersync-schema = { path = " ../hypersync-schema" , version = " 0.3.1 " }
43+ hypersync-net-types = { path = " ../hypersync-net-types" , version = " 0.12.3 " }
44+ hypersync-format = { path = " ../hypersync-format" , version = " 0.7 .0" }
45+ hypersync-schema = { path = " ../hypersync-schema" , version = " 0.4.0 " }
4646reqwest-eventsource = " 0.6"
4747uuid = { version = " 1" , features = [" v4" ] }
4848thiserror = " 2.0.17"
Original file line number Diff line number Diff line change 11[package ]
22name = " hypersync-format"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44edition = " 2021"
55description = " evm format library"
66license = " MPL-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " hypersync-net-types"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44edition = " 2021"
55description = " hypersync types for transport over network"
66license = " MPL-2.0"
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99capnp = " 0.23"
1010serde = { version = " 1" , features = [" derive" ] }
1111arrayvec = { version = " 0.7" , features = [" serde" ] }
12- hypersync-format = { path = " ../hypersync-format" , version = " 0.6 .0" }
12+ hypersync-format = { path = " ../hypersync-format" , version = " 0.7 .0" }
1313schemars = " 1.0.4"
1414strum = " 0.27.2"
1515strum_macros = " 0.27.2"
Original file line number Diff line number Diff line change 11[package ]
22name = " hypersync-schema"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44edition = " 2021"
55description = " schema utilities for hypersync"
66license = " MPL-2.0"
You can’t perform that action at this time.
0 commit comments