Skip to content

chore(deps): bump reliakit-validate from 0.1.0 to 0.3.0#784

Merged
satyakwok merged 1 commit into
mainfrom
dependabot/cargo/reliakit-validate-0.3.0
Jun 4, 2026
Merged

chore(deps): bump reliakit-validate from 0.1.0 to 0.3.0#784
satyakwok merged 1 commit into
mainfrom
dependabot/cargo/reliakit-validate-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps reliakit-validate from 0.1.0 to 0.3.0.

Release notes

Sourced from reliakit-validate's releases.

reliakit-validate v0.3.0

Breaking: Violation is now #[non_exhaustive] so future fields can be added without a breaking change. Construct it via Violation::new / Violation::with_field instead of a struct literal.

https://crates.io/crates/reliakit-validate/0.3.0

What's Changed

Full Changelog: satyakwok/reliakit@reliakit-backoff-v0.1.0...reliakit-validate-v0.3.0

reliakit-validate v0.2.0

Breaking change: ValidationError and ValidateResult now require the alloc feature (they collect Violations in a Vec); std implies alloc.

The Validate trait, Valid<T>, and Violation remain available without alloc — implement Validate with your own error type in allocation-free contexts.

https://crates.io/crates/reliakit-validate/0.2.0

reliakit-validate-v0.2.0

What's Changed

Full Changelog: satyakwok/reliakit@reliakit-codec-v0.1.0...reliakit-validate-v0.2.0

Changelog

Sourced from reliakit-validate's changelog.

reliakit-timeout 0.1.0 - 2026-06-04

Initial release.

Added

  • Added the reliakit-timeout crate: clock-agnostic deadlines and timeouts.
    • Timeout is a reusable budget; Timeout::start(now) pins it to a Deadline.
    • Deadline tracks a budget against a u64 timeline (any monotonic unit) and answers remaining, elapsed, is_expired, check (an Option), allows, and clamp (cap a delay by the time left).
    • Every method is a saturating const fn; a backwards clock or an overflowing start + budget cannot panic. Pure core, no features, zero dependencies, #![no_std], #![forbid(unsafe_code)].

reliakit-json 0.1.0 - 2026-06-04

Initial release.

Added

  • Added the reliakit-json crate: a strict, bounded, and deterministic JSON library for untrusted input and predictable output.
    • Parses a strict RFC 8259 subset and rejects invalid UTF-8, a leading BOM, comments, trailing commas, trailing data, unescaped control characters, invalid escapes, malformed \uXXXX, unpaired surrogates, duplicate keys, NaN/Infinity, leading +, leading zeros, and malformed numbers.
    • JsonValue, JsonNumber (precision-preserving), and JsonObject (unique-key, insertion-ordered).
    • JsonLimits with new/conservative/permissive profiles and with_* builders; parse, parse_str, and parse_with_limits apply explicit limits with no implicitly unlimited entry point.
    • JsonError carrying a stable kind, byte offset, line, column, and JSON path.
    • Deterministic compact serialization via to_compact_string / to_compact_vec.
    • #![no_std] + alloc, zero dependencies, #![forbid(unsafe_code)]. RFC 8785 canonicalization is planned but not yet exposed.

reliakit-ratelimit 0.1.0 - 2026-06-04

Initial release.

Added

  • Added the reliakit-ratelimit crate: a clock-agnostic token-bucket rate limiter.
    • RateLimiter::new(capacity, refill_amount, refill_interval); try_acquire, try_acquire_one, available, and retry_after. The caller supplies the

... (truncated)

Commits
  • d5e04e7 ci: replace dtolnay/rust-toolchain and Swatinem/rust-cache with rustup + acti...
  • 4a873e5 docs: update Star History section in root README
  • 778bb8f ci: harden workflows for public OSS (permissions, concurrency, caching, --loc...
  • b446b66 docs: polish README for adoption, add service_config example
  • 1bfb82a Bump reliakit-primitives to 0.2.4
  • 7087dd5 Add .env.example and gitignore .env
  • e78e67a Remove environment requirement from publish workflow
  • d5dcba6 Add per-crate auto-publish workflow
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 4, 2026
@dependabot dependabot Bot requested a review from satyakwok as a code owner June 4, 2026 00:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

🤖 Dependabot auto-merge skipped — CI not green (status: timeout). Manual review required.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

🤖 Dependabot auto-merge skipped — compatibility score % is below 75% threshold. Manual review required.

@satyakwok satyakwok self-assigned this Jun 4, 2026
@satyakwok satyakwok enabled auto-merge (squash) June 4, 2026 05:37
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](satyakwok/reliakit@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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/reliakit-validate-0.3.0 branch from 9187ce5 to e7a2e24 Compare June 4, 2026 05:37
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

🤖 Dependabot auto-merge skipped — CI not green (status: timeout). Manual review required.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

🤖 Dependabot auto-merge skipped — compatibility score % is below 75% threshold. Manual review required.

@satyakwok satyakwok merged commit f0e363f into main Jun 4, 2026
12 checks passed
@satyakwok satyakwok deleted the dependabot/cargo/reliakit-validate-0.3.0 branch June 4, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant