From 92239d9fee0f0f2a5593767174b6021c1e12b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 03:34:27 +0000 Subject: [PATCH] Update coap-lite requirement from 0.9.0 to 0.11.2 Updates the requirements on [coap-lite](https://github.com/martindisch/coap-lite) to permit the latest version. - [Release notes](https://github.com/martindisch/coap-lite/releases) - [Commits](https://github.com/martindisch/coap-lite/compare/v0.9.0...v0.11.2) --- updated-dependencies: - dependency-name: coap-lite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26de931..00484a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.56" thiserror = "1.0.30" env_logger = "0.9.0" log = "0.4.16" -coap-lite = "0.9.0" +coap-lite = "0.11.2" rand = "0.8.5" [dev-dependencies]