Skip to content

Commit b08cd5e

Browse files
committed
Downgrade validator crate to 0.15.0
Fresh build with 0.16 was hitting lifetime issues deep in Validator source code. It looks like validator git history may have been altered as public git history doesn't match downloaded code. It also looks like references to 0.16 release are missing / yanked from various docs pages so perhaps there were other known issues. Upgrading to validator > 0.17 requires breaking changes so simplest fix for now is to downgrade to 0.15 release.
1 parent 5916eb2 commit b08cd5e

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

Cargo.lock

Lines changed: 16 additions & 9 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
@@ -70,7 +70,7 @@ tracing-opentelemetry = "0.21"
7070
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
7171
url = { version = "2", features = ["serde"] }
7272
uuid = { version = "1.12.1", features = ["v4"] }
73-
validator = { version = "0.16", features = ["derive"] }
73+
validator = { version = "0.15", features = ["derive"] }
7474
zerocopy = { version = "0.6.1", features = ["alloc", "simd"] }
7575
zune-inflate = "0.2.54"
7676

0 commit comments

Comments
 (0)