From 2a72d82f435fee1bc82a9bea122312ddae934cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:14:08 -0700 Subject: [PATCH] Bump the dev-dependencies group with 1 update (#57) Updates the requirements on [iref](https://github.com/timothee-haudebourg/iref) to permit the latest version. - [Changelog](https://github.com/timothee-haudebourg/iref/blob/main/CHANGELOG.md) - [Commits](https://github.com/timothee-haudebourg/iref/compare/2.1.0...2.2.3) --- updated-dependencies: - dependency-name: iref dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b1755ec..b857f818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ http = "0.2.9" http-body = "0.4.5" hyper = "0.14.27" image = "0.24.3" -iref = "^2.0.3" +iref = "^3.1.2" lazy_static = "1.4.0" log = "^0.4" paho-mqtt = "0.12"