diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 01:06:02 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 01:14:13 -0400 |
commit | a7c87af9cae9d421aae8a1c406d2116582b123ce (patch) | |
tree | 89ee56801cd7147ca260ea16d4752cdcd5fca380 /components/webgpu/Cargo.toml | |
parent | 72fd95f613e208edea13bb5e1fce663d793a9eb1 (diff) | |
download | servo-a7c87af9cae9d421aae8a1c406d2116582b123ce.tar.gz servo-a7c87af9cae9d421aae8a1c406d2116582b123ce.zip |
Update arrayvec.
Diffstat (limited to 'components/webgpu/Cargo.toml')
-rw-r--r-- | components/webgpu/Cargo.toml | 2 |
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" |