Merge pull request #67 from aramperes/dependabot/cargo/priority-queue-2.1.1

This commit is contained in:
Aram 🍐 2024-12-11 19:56:22 -05:00 committed by GitHub
commit c83c9ec500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 8 deletions

View file

@ -19,7 +19,7 @@ futures = "0.3"
rand = "0.8"
nom = "7"
async-trait = "0.1"
priority-queue = "1.3"
priority-queue = "2.1"
smoltcp = { version = "0.12", default-features = false, features = [
"std",
"log",