From 25964b6ac113e47032045fdf43064ce7674bfb34 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 29 Sep 2023 19:55:25 +0200 Subject: [PATCH] chore: Update CoAP dependencies The 0.12.2 version briefly caused build issues[1], and while the problematic release is yanked, this is still a good update. [1]: https://github.com/Covertness/coap-rs/issues/87 --- examples/coap/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/coap/Cargo.toml b/examples/coap/Cargo.toml index bee4d96d..f94fd75a 100644 --- a/examples/coap/Cargo.toml +++ b/examples/coap/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] edhoc-rs = { path = "../../lib", features = [ "hacspec-hacspec" ] } -coap = { version = "0.12" } -coap-lite = { version = "0.9.1" } +coap = { version = "0.13" } +coap-lite = { version = "0.11.3" }