File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
55edition = " 2021"
66
77[dependencies ]
8- protox = " 0.7 "
8+ protox = " 0.8 "
99prettyplease = " 0.2"
1010quote = " 1"
1111syn = " 2"
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ deny = [
2424 { crate = " term" },
2525]
2626skip = [
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" },
You can’t perform that action at this time.
0 commit comments