Skip to content

Commit 0f6cf09

Browse files
authored
Merge pull request #60 from github/tclem/update-prost-wkt
Update prost and prost-wkt
2 parents dc23eb1 + c4988bd commit 0f6cf09

File tree

3 files changed

+25
-79
lines changed

3 files changed

+25
-79
lines changed

Cargo.lock

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

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures = "0.3"
2020
http = "1.0"
2121
http-body-util = "0.1"
2222
hyper = { version = "1.4", default-features = false }
23-
prost = "0.12"
23+
prost = "0.13"
2424
reqwest = { version = "0.12", default-features = false }
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"

example/Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ edition = "2021"
66
[dependencies]
77
twirp = { path = "../crates/twirp" }
88

9-
prost = "0.12"
10-
prost-wkt = "0.5"
11-
prost-wkt-types = "0.5"
9+
prost = "0.13"
10+
# TODO: Go back to a true release, waiting on https://github.com/fdeantoni/prost-wkt/pull/68
11+
prost-wkt = { git = "https://github.com/fdeantoni/prost-wkt.git", rev = "0d06c21b24f195fb2bf6e8558111eae9c552f466" }
12+
prost-wkt-types = { git = "https://github.com/fdeantoni/prost-wkt.git", rev = "0d06c21b24f195fb2bf6e8558111eae9c552f466" }
1213
serde = { version = "1.0", features = ["derive"] }
1314
tokio = { version = "1.38", features = ["rt-multi-thread", "macros"] }
1415

@@ -18,7 +19,8 @@ twirp-build = { path = "../crates/twirp-build" }
1819
fs-err = "2.8"
1920
glob = "0.3.0"
2021
prost-build = "0.13"
21-
prost-wkt-build = "0.5"
22+
# TODO: Go back to a true release, waiting on https://github.com/fdeantoni/prost-wkt/pull/68
23+
prost-wkt-build = { git = "https://github.com/fdeantoni/prost-wkt.git", rev = "0d06c21b24f195fb2bf6e8558111eae9c552f466" }
2224

2325
[[bin]]
2426
name = "example-client"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy