Skip to content

Commit

Permalink
fix(deps): update rust crate protox to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2024
1 parent 0a38ea8 commit 2bec8d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async-std = { version = "1.12.0", features = [
"unstable",
] }
ttl_cache = { version = "0.5.1", features = ["stats"] }
protox = "0.6.0"
protox = "0.7.0"
protox-parse = "0.6.0"
prost-reflect = { version = "0.13.1", features = ["serde"] }
prost = "0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ tracing-subscriber-wasm = "0.1.0"
serde_json = "1.0.116"
serde_qs = "0.13.0"
console_error_panic_hook = "0.1.7"
protox = "0.6.0"
protox = "0.7.0"
async-graphql-value = "7.0.3"

0 comments on commit 2bec8d1

Please sign in to comment.