From 80fda1c1560db4f26cac76f0f986b6f7b3f2726d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:24:07 +0000 Subject: [PATCH] chore(deps): bump reliakit-validate from 0.3.3 to 1.0.0 Bumps [reliakit-validate](https://github.com/satyakwok/reliakit) from 0.3.3 to 1.0.0. - [Release notes](https://github.com/satyakwok/reliakit/releases) - [Changelog](https://github.com/satyakwok/reliakit/blob/main/CHANGELOG.md) - [Commits](https://github.com/satyakwok/reliakit/compare/reliakit-validate-v0.3.3...reliakit-validate-v1.0.0) --- updated-dependencies: - dependency-name: reliakit-validate dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bin/sentrix-faucet/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fd29c76..e9c278b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4569,9 +4569,9 @@ checksum = "8277ac286fce65bcc3d20b92de99f76db61fc3f14812b65d076f60b3a0dff1e8" [[package]] name = "reliakit-validate" -version = "0.3.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2554b4f3fea2537fdc0f43a0dd9abbd27f358dd6e450a2033d5b83e44838844" +checksum = "4b1e7a2a1b748214272cffaa0c687d527075bb5b2a0d7e003291d4f97eff6f06" [[package]] name = "reqwest" diff --git a/bin/sentrix-faucet/Cargo.toml b/bin/sentrix-faucet/Cargo.toml index 69e3e007..4e8d5224 100644 --- a/bin/sentrix-faucet/Cargo.toml +++ b/bin/sentrix-faucet/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" sentrix-primitives = { path = "../../crates/sentrix-primitives" } sentrix-wallet = { path = "../../crates/sentrix-wallet" } reliakit-primitives = "1.0" -reliakit-validate = "0.3" +reliakit-validate = "1.0" reliakit-ratelimit = "0.1" reliakit-secret = "1.0"