Skip to content

Commit

Permalink
Update governor requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [governor](https://github.com/boinkor-net/governor) to permit the latest version.
- [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.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: governor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 6a5adc8 commit f29f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0.199", features = ["derive"] }
ecow = { version = "0.2.2", features = ["serde"] }
thiserror = { version = "2.0.6" }
maybe-async = { version = "0.2.10" }
governor = "0.7.0"
governor = "0.8.0"
rand = "0.8.5"
serde_json = "1.0.120"

Expand Down

0 comments on commit f29f184

Please sign in to comment.