Skip to content

Commit

Permalink
Merge pull request #890 from kubewarden/dependabot/cargo/backon-1.1.0
Browse files Browse the repository at this point in the history
build(deps): bump backon from 1.0.2 to 1.1.0
  • Loading branch information
fabriziosestito authored Sep 2, 2024
2 parents 8e4be09 + 18e17c1 commit d9785e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 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 = { version = "1.0.2", features = ["tokio-sleep"] }
backon = { version = "1.1.0", features = ["tokio-sleep"] }

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

0 comments on commit d9785e1

Please sign in to comment.