Skip to content

Commit

Permalink
Bump unicode-normalization dependency to 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Feb 27, 2023
1 parent 8e6ba6d commit c827c39
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 @@ -47,7 +47,7 @@ zeroize = { version = "1.5", features = ["zeroize_derive"], optional = true }

# Unexported dependnecies
bitcoin_hashes = { version = "0.11.0", default-features = false }
unicode-normalization = { version = "=0.1.9", optional = true }
unicode-normalization = { version = "=0.1.22", optional = true }

[dev-dependencies]
rand_core = { version = "0.6.4", optional = false }
Expand Down

0 comments on commit c827c39

Please sign in to comment.