Skip to content

Commit

Permalink
Merge pull request #983 from kubewarden/dependabot/cargo/backon-1.3.0
Browse files Browse the repository at this point in the history
build(deps): bump backon from 1.2.0 to 1.3.0
  • Loading branch information
fabriziosestito authored Nov 25, 2024
2 parents 942942e + 3e485b5 commit f2c4d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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.14.0"
tower = { version = "0.5", features = ["util"] }
http-body-util = "0.1.1"
testcontainers = { version = "0.23", features = ["watchdog"] }
backon = { version = "1.2", features = ["tokio-sleep"] }
backon = { version = "1.3", features = ["tokio-sleep"] }

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

0 comments on commit f2c4d49

Please sign in to comment.