From 45a1e46203f73128ebefa9cfb955813b8fa9cfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:58:28 +0000 Subject: [PATCH] Bump the dev-dependencies group with 1 update 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43136353..1b3bdf28 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"