From 706fd2a24a509a78be2c0aece064a196da8a4d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:01:18 +0000 Subject: [PATCH] build(deps): bump imgref from 1.10.1 to 1.11.0 Bumps [imgref](https://github.com/kornelski/imgref) from 1.10.1 to 1.11.0. - [Commits](https://github.com/kornelski/imgref/compare/v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: imgref dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62ad18e15..21433d5bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2866,9 +2866,9 @@ dependencies = [ [[package]] name = "imgref" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126" +checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" [[package]] name = "include_dir" diff --git a/Cargo.toml b/Cargo.toml index 7f71181be..dfb128c42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ gloo-timers = { version = "0.3.0", default-features = false } half = { version = "2.3.1", default-features = false, features = ["bytemuck"] } hashbrown = { version = "0.14.0", default-features = false, features = ["ahash", "inline-more"] } image = { version = "0.25.1", default-features = false } -imgref = { version = "1.10.1", default-features = false } +imgref = { version = "1.11.0", default-features = false } indoc = { version = "2.0.1", default-features = false } itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] } libm = { version = "0.2.8", default-features = false }