Skip to content

Commit

Permalink
Bump exponential-backoff from 1.2.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [exponential-backoff](https://github.com/yoshuawuyts/exponential-backoff) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/yoshuawuyts/exponential-backoff/releases)
- [Commits](yoshuawuyts/exponential-backoff@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: exponential-backoff
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 6fce263 commit 6677ffd
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 shared-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition.workspace = true
workspace = true

[dependencies]
exponential-backoff = "1"
exponential-backoff = "2"
libcnb-test = "=0.23.0"
ureq = { version = "2", default-features = false, features = ["tls"] }

0 comments on commit 6677ffd

Please sign in to comment.