From 02f0158193f90c7833c62eede80075486758c34e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 12:03:51 +0000 Subject: [PATCH] Bump euclid from 0.20.11 to 0.20.13 Bumps [euclid](https://github.com/servo/euclid) from 0.20.11 to 0.20.13. - [Release notes](https://github.com/servo/euclid/releases) - [Commits](https://github.com/servo/euclid/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d867347241..a51fc5e6884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,9 +1470,9 @@ dependencies = [ [[package]] name = "euclid" -version = "0.20.11" +version = "0.20.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "667703ececa1ac04d1d40ae0c0fd6401b91d8caccfda3a65458ca8ee5dfedf1c" +checksum = "555d51b9a929edb14183fad621e2d5736fc8760707a24246047288d4c142b6bd" dependencies = [ "num-traits", "serde",