Skip to content

Commit

Permalink
chore(deps): Bump governor from 0.6.3 to 0.6.4
Browse files Browse the repository at this point in the history
Bumps [governor](https://github.com/boinkor-net/governor) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](boinkor-net/governor@v0.6.3...v0.6.4)

---
updated-dependencies:
- dependency-name: governor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent dc441a2 commit 11ff2d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 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 @@ -299,7 +299,7 @@ exitcode = { version = "1.1.2", default-features = false }
flate2 = { version = "1.0.34", default-features = false, features = ["default"] }
futures-util = { version = "0.3.29", default-features = false }
glob.workspace = true
governor = { version = "0.6.3", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
governor = { version = "0.6.4", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
grok = { version = "2.0.0", default-features = false, optional = true }
h2 = { version = "0.4.6", default-features = false, optional = true }
hash_hasher = { version = "2.0.0", default-features = false }
Expand Down

0 comments on commit 11ff2d2

Please sign in to comment.