Skip to content

Commit 4fba970

Browse files
fix(deps): update tokio-prost monorepo to 0.13
1 parent edb601d commit 4fba970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/substreams-powered-subgraph/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ crate-type = ["cdylib"]
1111
substreams = "0.5"
1212
substreams-ethereum = "0.9"
1313
substreams-entity-change = "1.3"
14-
prost = "0.11"
15-
prost-types = "0.11"
14+
prost = "0.13"
15+
prost-types = "0.13"
1616
base64 = "0.13"
1717

1818
[profile.release]

0 commit comments

Comments
 (0)