Skip to content

Commit cb6a228

Browse files
authored
chore: Bump proto crate (#1054)
Signed-off-by: gsstoykov <[email protected]>
1 parent dd68c9d commit cb6a228

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fraction = { version = "0.15.1", default-features = false }
2727
futures-core = "0.3.31"
2828
# Transitive dependency of tonic 0.12
2929
h2 = "0.4.11"
30-
hedera-proto = { path = "./protobufs", version = "0.17.0", features = ["time_0_3", "fraction"] }
30+
hedera-proto = { path = "./protobufs", version = "0.18.0", features = ["time_0_3", "fraction"] }
3131
hex = "0.4.3"
3232
hmac = "0.12.1"
3333
# Dependency of tonic 0.12

protobufs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "Apache-2.0"
44
name = "hedera-proto"
55
description = "Protobufs for the Hedera™ Hashgraph SDK"
66
repository = "https://github.com/hiero-ledger/hiero-sdk-rust"
7-
version = "0.17.0"
7+
version = "0.18.0"
88

99
[features]
1010

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "0.1.88"
1616
hyper = "1.6.0"
1717
tower-http = { version = "0.6.6", features = ["full"] }
1818
hedera = { path = "../." }
19-
hedera-proto = { path = "../protobufs", version = "0.17.0", features = ["time_0_3", "fraction"] }
19+
hedera-proto = { path = "../protobufs", version = "0.18.0", features = ["time_0_3", "fraction"] }
2020
once_cell = "1.21.3"
2121
futures-util = "0.3.31"
2222
serde_json = {version = "1.0.141", features = ["raw_value"] }

0 commit comments

Comments
 (0)