Auto merge of #118229 - crlf0710:final_bump_unicode15, r=Mark-Simulacrum

Bump `unicase` crate version.

This bumps `unicase` crate to align with Unicode 15.

Closes #101840.
This commit is contained in:
bors 2023-11-24 19:41:10 +00:00
commit 0f696e555f

View File

@ -5767,9 +5767,9 @@ dependencies = [
[[package]] [[package]]
name = "unicase" name = "unicase"
version = "2.6.0" version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [ dependencies = [
"version_check", "version_check",
] ]