style: Update style to uluru 3.0

Differential Revision: https://phabricator.services.mozilla.com/D147477
This commit is contained in:
Mike Hommey 2023-08-15 01:11:08 +02:00 committed by Martin Robinson
parent 036b067d65
commit 56551bec58
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -6702,9 +6702,9 @@ checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
[[package]] [[package]]
name = "uluru" name = "uluru"
version = "2.2.0" version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308dcc9d947b227796f851adb99936fb060681a89c002c9c1928404a3b6c2d72" checksum = "794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db"
dependencies = [ dependencies = [
"arrayvec 0.7.1", "arrayvec 0.7.1",
] ]

View file

@ -69,7 +69,7 @@ style_traits = { path = "../style_traits" }
time = "0.1" time = "0.1"
to_shmem = { path = "../to_shmem" } to_shmem = { path = "../to_shmem" }
to_shmem_derive = { path = "../to_shmem_derive" } to_shmem_derive = { path = "../to_shmem_derive" }
uluru = "2" uluru = "3.0"
unicode-bidi = "0.3" unicode-bidi = "0.3"
unicode-segmentation = "1.0" unicode-segmentation = "1.0"
void = "1.0.2" void = "1.0.2"