Skip to content

Commit

Permalink
Merge pull request #884 from kubewarden/dependabot/cargo/backon-0.5.0
Browse files Browse the repository at this point in the history
build(deps): bump backon from 0.4.4 to 0.5.0
  • Loading branch information
jvanz authored Aug 23, 2024
2 parents 55642a8 + dd0322e commit 8f412c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 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.4.4"
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 8f412c5

Please sign in to comment.