From 3133a78a97e00a09e2728fb7bc4e85db6a988134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:15:38 +0000 Subject: [PATCH] Bump the cargo group with 2 updates Bumps the cargo group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [font](https://github.com/bodoni/font). Updates `anyhow` from 1.0.81 to 1.0.82 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) Updates `font` from 0.29.3 to 0.30.1 - [Commits](https://github.com/bodoni/font/commits) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: font dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 232aed1..eee8582 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "approx" @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "font" -version = "0.29.3" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d1fd89b6bb02eacbd32c65be185575cba9fa4b39737cf8881bb78c90de43e" +checksum = "92136e42882f9926a0cf9d6e296d6322020e785d399ba5c6acb26fafea78c241" dependencies = [ "opentype", "typeface", diff --git a/Cargo.toml b/Cargo.toml index 2085abb..216cec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/samgoldman/fj-text" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" bezier-rs = "0.4.0" fj = "0.48.0" -font = "0.29.3" +font = "0.30.1" [dev-dependencies] test-case = "3.3.1"