Skip to content

Commit

Permalink
Update validator to 0.19, to update idna to ^1
Browse files Browse the repository at this point in the history
  • Loading branch information
the10thWiz committed Dec 11, 2024
1 parent aa99d4e commit 502514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = { version = "1", default-features = false }
base64 = "0.22"
biscuit = "0.7"
thiserror = "1"
validator = { version = "0.18", features = ["derive"] }
validator = { version = "0.19", features = ["derive"] }
mime = "0.3"

[dependencies.url]
Expand Down

0 comments on commit 502514f

Please sign in to comment.