We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e358 commit c09c566Copy full SHA for c09c566
devnet-faucet/Cargo.toml
@@ -18,7 +18,7 @@ ethers-core = { version = "=2.0.7", features = ["eip712"] }
18
ethers-providers = { version = "=2.0.7" }
19
ethers-signers = { version = "=2.0.7" }
20
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
21
-governor = "0.5.1"
+governor = "0.6.0"
22
log = "0.4.18"
23
nonzero_ext = "0.3.0"
24
primitive-types = "0.12.1" # https://crates.io/crates/primitive-types
0 commit comments