Skip to content

Commit

Permalink
chore: Update CoAP dependencies
Browse files Browse the repository at this point in the history
The 0.12.2 version briefly caused build issues[1], and while the
problematic release is yanked, this is still a good update.

[1]: Covertness/coap-rs#87
  • Loading branch information
chrysn committed Sep 30, 2023
1 parent 6961682 commit 25964b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/coap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 25964b6

Please sign in to comment.