Skip to content

Commit 2e9dfba

Browse files
fix(deps): update rust crate protox to 0.9.0
1 parent 1db165f commit 2e9dfba

File tree

3 files changed

+110
-22
lines changed

3 files changed

+110
-22
lines changed

Cargo.lock

Lines changed: 108 additions & 20 deletions
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
@@ -100,7 +100,7 @@ async-std = { version = "1.12.0", features = [
100100
"unstable",
101101
] }
102102
ttl_cache = "0.5.1"
103-
protox = "0.7.0"
103+
protox = "0.9.0"
104104
protox-parse = "0.7.0"
105105
prost-reflect = { version = "0.14.0", features = ["serde"] }
106106
prost = "0.13.1"

tailcall-cloudflare/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tracing-subscriber-wasm = "0.1.0"
2323
serde_json = "1.0.116"
2424
serde_qs = "0.13.0"
2525
console_error_panic_hook = "0.1.7"
26-
protox = "0.7.0"
26+
protox = "0.9.0"
2727
async-graphql-value = "7.0.3"
2828
http = { workspace = true }
2929

0 commit comments

Comments
 (0)