feat: swap to backon

This commit is contained in:
Elijah McMorris 2024-09-24 12:32:43 -07:00
parent 091bb50a7e
commit dbd039eebf
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 110 additions and 131 deletions

View file

@ -16,6 +16,7 @@ bzip2 = { version = "0.4", features = ["tokio"] }
lazy_static = "1.5"
indicatif = "0.17"
rand = "0.8"
backon = { version = "1.2", features = ["tokio-sleep"] }
[dev-dependencies]
rstest = "0.22"