From 7d3b3dca0c3f34544593e6cbf8e0a824321a49e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 12:36:34 +0000 Subject: [PATCH] Bump kurbo from 0.8.3 to 0.9.0 Bumps [kurbo](https://github.com/linebender/kurbo) from 0.8.3 to 0.9.0. - [Release notes](https://github.com/linebender/kurbo/releases) - [Commits](https://github.com/linebender/kurbo/commits) --- updated-dependencies: - dependency-name: kurbo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0526b7..f427ddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ dependencies = [ "fslock", "glifparser", "itertools", - "kurbo 0.8.3", + "kurbo 0.9.0", "log", "mfek-ipc", "norad", diff --git a/Cargo.toml b/Cargo.toml index b80ca2d..f39c22e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ norad = { git = "https://github.com/linebender/norad" } serde_json = "1" unic-ucd = "0.9" fslock = { git = "https://github.com/MFEK/fslock.rlib", branch = "master" } -kurbo = "0.8" +kurbo = "0.9" plist = "1.3.1" log = "0.4" env_logger = "0.9"