Skip to content

Commit

Permalink
deps: Reenable tokio for sleep feature of backon
Browse files Browse the repository at this point in the history
Needed with backon 0.5.0.

Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Aug 22, 2024
1 parent 1240620 commit dd0322e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tempfile = "3.12.0"
tower = { version = "0.5", features = ["util"] }
http-body-util = "0.1.1"
testcontainers = { version = "0.21", features = ["watchdog"] }
backon = "0.5.0"
backon = { version = "0.5.0", features = ["tokio-sleep"] }

[target.'cfg(target_os = "linux")'.dev-dependencies]
rcgen = { version = "0.13", features = ["crypto"] }
Expand Down

0 comments on commit dd0322e

Please sign in to comment.