From e7a2e24b7cefd7cb5eed2a2811fc4cad61b5e1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:37:42 +0000 Subject: [PATCH] chore(deps): bump reliakit-validate from 0.1.0 to 0.3.0 Bumps [reliakit-validate](https://github.com/satyakwok/reliakit) from 0.1.0 to 0.3.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-json-v0.1.0...reliakit-validate-v0.3.0) --- updated-dependencies: - dependency-name: reliakit-validate dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 dcc1a021..b126e39d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4569,9 +4569,9 @@ checksum = "71fc95b189ee53987da09d1e42fe985c458f0fce63b435fd7a907b9c4d921e19" [[package]] name = "reliakit-validate" -version = "0.1.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00bfe73bc05eca3fc925280d4348d3d1eb91633d75fa927d85eec7b3da6fa9ae" +checksum = "77533b0ca27aea72d960c4e12c86627addb6b5a9139c1ab22bf1a775bbeea4b9" [[package]] name = "reqwest" diff --git a/bin/sentrix-faucet/Cargo.toml b/bin/sentrix-faucet/Cargo.toml index b54e2596..df27ce88 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 = "0.2" -reliakit-validate = "0.1" +reliakit-validate = "0.3" reliakit-ratelimit = "0.1" axum = "0.8"