Skip to content

Commit c09c566

Browse files
Update governor requirement from 0.5.1 to 0.6.0 (#406)
Updates the requirements on [governor](https://github.com/antifuchs/governor) to permit the latest version. - [Changelog](https://github.com/antifuchs/governor/blob/master/release.toml) - [Commits](boinkor-net/governor@v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: governor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 979e358 commit c09c566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devnet-faucet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ethers-core = { version = "=2.0.7", features = ["eip712"] }
1818
ethers-providers = { version = "=2.0.7" }
1919
ethers-signers = { version = "=2.0.7" }
2020
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
21-
governor = "0.5.1"
21+
governor = "0.6.0"
2222
log = "0.4.18"
2323
nonzero_ext = "0.3.0"
2424
primitive-types = "0.12.1" # https://crates.io/crates/primitive-types

0 commit comments

Comments
 (0)