mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Bump lyon_geom from 0.14.0 to 0.14.1
Bumps [lyon_geom](https://github.com/nical/lyon) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/nical/lyon/releases) - [Changelog](https://github.com/nical/lyon/blob/master/CHANGELOG.md) - [Commits](https://github.com/nical/lyon/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b59c566880
commit
a7386d00ad
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -517,7 +517,7 @@ dependencies = [
|
||||||
"half",
|
"half",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"log",
|
"log",
|
||||||
"lyon_geom 0.14.0",
|
"lyon_geom 0.14.1",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"pixels",
|
"pixels",
|
||||||
"raqote",
|
"raqote",
|
||||||
|
@ -3201,9 +3201,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lyon_geom"
|
name = "lyon_geom"
|
||||||
version = "0.14.0"
|
version = "0.14.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69589b8844c0b3745cc031a35b62bc33b0fb9e5ba7613756d802c52861dcdb4c"
|
checksum = "ca04310c9807612a311506106000b6eccb2e27bca9bfb594ce80fb8a31231f9d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.4.12",
|
"arrayvec 0.4.12",
|
||||||
"euclid",
|
"euclid",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue