aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/Cargo.toml
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2022-04-01 01:06:02 -0400
committerJosh Matthews <josh@joshmatthews.net>2022-04-01 01:14:13 -0400
commita7c87af9cae9d421aae8a1c406d2116582b123ce (patch)
tree89ee56801cd7147ca260ea16d4752cdcd5fca380 /components/webgpu/Cargo.toml
parent72fd95f613e208edea13bb5e1fce663d793a9eb1 (diff)
downloadservo-a7c87af9cae9d421aae8a1c406d2116582b123ce.tar.gz
servo-a7c87af9cae9d421aae8a1c406d2116582b123ce.zip
Update arrayvec.
Diffstat (limited to 'components/webgpu/Cargo.toml')
-rw-r--r--components/webgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webgpu/Cargo.toml b/components/webgpu/Cargo.toml
index 83ad50e2287..996c1df2b11 100644
--- a/components/webgpu/Cargo.toml
+++ b/components/webgpu/Cargo.toml
@@ -11,7 +11,7 @@ name = "webgpu"
path = "lib.rs"
[dependencies]
-arrayvec = { version = "0.5.1", features = ["serde"] }
+arrayvec = { version = "0.7", features = ["serde"] }
euclid = "0.20"
ipc-channel = "0.14"
log = "0.4"