From be2c9ee3b9fd73ab185ae22a72d86e2d11b8eba1 Mon Sep 17 00:00:00 2001 From: Brandon Hamilton Date: Thu, 12 Dec 2024 17:58:31 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f93ba3..8a4a574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bardecoder" -version = "0.4.0" +version = "0.5.0" authors = ["Mark Arts "] edition = "2018" license = "MIT" @@ -15,11 +15,11 @@ Detect and decode QR Codes """ [dependencies] -anyhow = "1.0.66" -image = "0.24" +anyhow = "1.0.94" +image = "0.25" log = "0.4" newtype_derive = "0.1" -thiserror = "1.0.37" +thiserror = "2" [features] default=[]