Skip to content

Commit 50253f1

Browse files
authored
chore(codegen): Update to protox 0.8 (#2254)
1 parent 13b9643 commit 50253f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
edition = "2021"
66

77
[dependencies]
8-
protox = "0.7"
8+
protox = "0.8"
99
prettyplease = "0.2"
1010
quote = "1"
1111
syn = "2"

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ deny = [
2424
{ crate = "term" },
2525
]
2626
skip = [
27+
{ crate = "thiserror@1.0.69", reason = "protox depends on miette which depends on it" },
28+
{ crate = "thiserror-impl@1.0.69", reason = "thiserror@1.0.69 depends on it" },
2729
{ crate = "getrandom@0.2.15", reason = "quickcheck depends on rand which depends on it" },
2830
{ crate = "wasi@0.11.0+wasi-snapshot-preview1", reason = "quickcheck depends on rand which depends on it" },
2931
{ crate = "itertools@0.12.1", reason = "aws-lc-sys depends on bindgen which depends on it" },

0 commit comments

Comments
 (0)