aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Desré <fabrice@desre.org>2023-08-14 22:58:31 -0700
committerGitHub <noreply@github.com>2023-08-15 05:58:31 +0000
commita7bd9f0d43f4de13c958eaea53709e8fc0d162c8 (patch)
treecff49146473e094bd396d98ebc0ebf229f643407
parent963104e5fc1f34cf77bb65991e83156cab6bf9d4 (diff)
downloadservo-a7bd9f0d43f4de13c958eaea53709e8fc0d162c8.tar.gz
servo-a7bd9f0d43f4de13c958eaea53709e8fc0d162c8.zip
[chore] Update 'half' in components/canvas (#30098)
This removes a duplicate version
-rw-r--r--Cargo.lock10
-rw-r--r--components/canvas/Cargo.toml2
-rw-r--r--servo-tidy.toml1
3 files changed, 3 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 37cd396840c..2ee570a3e95 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
@@ -2546,12 +2546,6 @@ dependencies = [
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml
index 0b3413f984f..d2e727dc042 100644
--- a/components/canvas/Cargo.toml
+++ b/components/canvas/Cargo.toml
@@ -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"
diff --git a/servo-tidy.toml b/servo-tidy.toml
index 2093ccfa6a5..14905fee3b9 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -27,7 +27,6 @@ packages = [
"cookie",
"fixedbitset",
"getrandom",
- "half",
"image",
"itoa",
"libloading",