Skip to content

Commit

Permalink
patch validators to force update to idna
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Dec 30, 2024
1 parent a5b0648 commit 9fb0c5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ tokio = { version = "1", features = ["fs", "net", "time", "io-util"], optional =
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }

# This is a fork of the validators crate
[dependencies.validators]
version = "0.25"
version = "0.25.3"
default-features = false
features = ["derive", "host"]

[package.metadata.docs.rs]
all-features = true

# patch for validators to use the forked validators crate
[patch.crates-io]
validators = {git = "https://github.com/cycle-five/stereotype-police-rs", branch = "master"}

0 comments on commit 9fb0c5f

Please sign in to comment.