From 0751085b7dfe4c219308329b15c105a848dd576f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:00:07 +0000 Subject: [PATCH] Bump flo_curves from 0.6.1 to 0.7.0 Bumps [flo_curves](https://github.com/Logicalshift/flo_curves) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/Logicalshift/flo_curves/releases) - [Commits](https://github.com/Logicalshift/flo_curves/compare/0.6.1...0.7.0) --- updated-dependencies: - dependency-name: flo_curves dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e29d8e4..2b29ab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,9 +224,9 @@ dependencies = [ [[package]] name = "flo_curves" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9deedc0ff8e4848dbc1029e555af16390a8d2ff406f05a2f46c8bd14b2f4de4d" +checksum = "e9c28a18e81b10d676e4ec5ba46d9a5fe042a3f78b14f0097bc1f086a708e152" dependencies = [ "itertools", "roots", @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "glifparser" -version = "1.2.7" +version = "1.2.8" dependencies = [ "derivative", "derive_more", @@ -628,9 +628,9 @@ dependencies = [ [[package]] name = "roots" -version = "0.0.7" +version = "0.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c36d2bbc763f480668d6d6790ae2fdd2e52ac0c21a3a26d156f3534a3d9eea9" +checksum = "082f11ffa03bbef6c2c6ea6bea1acafaade2fd9050ae0234ab44a2153742b058" [[package]] name = "rustc-hash" diff --git a/Cargo.toml b/Cargo.toml index 751f11b..00c365e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ image = { version = "0.24", features = ["png"], default-features = false, option serde = { version = "1.0", features = ["derive"], optional = true } plist = "1.3" itertools = "0.10" -flo_curves = { version = "0.6", optional = true } +flo_curves = { version = "0.7", optional = true } float-cmp = "0.9" # Our submodules