chore: resolve advisory that backoff is unmaintained

This commit is contained in:
2025-04-22 01:04:18 -04:00
parent 536743a15d
commit 61bb3519ca
4 changed files with 45 additions and 69 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
backoff = { workspace = true, features = ["tokio"] }
backon = { workspace = true }
deranged = { workspace = true }
mac_address = { version = "1.1.8", features = ["serde"] }
protocol = { path = "../../protocol" }