[chore] Update 'half' in components/canvas (#30098)

This removes a duplicate version
This commit is contained in:
Fabrice Desré 2023-08-14 22:58:31 -07:00 committed by GitHub
parent 963104e5fc
commit a7bd9f0d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 10 deletions

10
Cargo.lock generated
View file

@ -626,7 +626,7 @@ dependencies = [
"font-kit",
"gfx",
"gleam",
"half 1.8.2",
"half",
"ipc-channel",
"log",
"lyon_geom 1.0.4",
@ -1576,7 +1576,7 @@ checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
dependencies = [
"bit_field",
"flume",
"half 2.2.1",
"half",
"lebe",
"miniz_oxide 0.6.2",
"rayon-core",
@ -2544,12 +2544,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "half"
version = "2.2.1"

View file

@ -26,7 +26,7 @@ font-kit = "0.11"
fnv = { workspace = true }
gfx = { path = "../gfx" }
gleam = { workspace = true }
half = "1"
half = "2"
ipc-channel = { workspace = true }
log = { workspace = true }
lyon_geom = "1.0.4"

View file

@ -27,7 +27,6 @@ packages = [
"cookie",
"fixedbitset",
"getrandom",
"half",
"image",
"itoa",
"libloading",