Skip to content

chore(deps): bump etoon from 0.4.1 to 0.5.0#531

Merged
coseto6125 merged 1 commit into
mainfrom
dependabot/cargo/etoon-0.5.0
Jun 3, 2026
Merged

chore(deps): bump etoon from 0.4.1 to 0.5.0#531
coseto6125 merged 1 commit into
mainfrom
dependabot/cargo/etoon-0.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps etoon from 0.4.1 to 0.5.0.

Release notes

Sourced from etoon's releases.

v0.5.0

Changelog v0.5.0

Release Date: 2026-06-02

⚠️ Breaking output change. TOON v3.1 alignment changes default encoder output (empty arrays, control-char escaping). Pass empty_array_bare=False / escape_controls=False for the previous behavior.

Features

Empty default features — cargo install etoon no longer needs --no-default-features (#20)

  • default features are now empty, so the CLI binary builds without pulling in pyo3 and its proc-macro chain.
  • The Python wheel enables python explicitly via maturin ([tool.maturin] features), so wheel builds are unchanged.
  • Removed the redundant --no-default-features from CI, release, and cargo publish.

TOON spec v3.1 alignment (#20)

  • Empty arrays now emit canonical [] / key: [] instead of [0]:. A bare empty-array element keeps - [0]: per SPEC §9.2.
  • Control chars U+0000–U+001F escape to \uXXXX (lowercase hex); named \n \r \t preserved.
  • Key folding now restarts at any multi-key object (§13.4), not just the top level — without re-folding past flattenDepth or sibling-collision stops.
  • Encode fixtures synced to the official toon-format/spec v3.1 set (+7 cases).
  • New options empty_array_bare / escape_controls (default true; pass false for legacy output).

Performance

Faster float-heavy emit (~1.7×) (#20)

  • write_number dropped a redundant to_string() probe that formatted every float twice before write_float.

CI/CD

Test coverage + spec sync (#20)

  • 17 new Rust unit tests (number canonicalization, empty-array forms, control escaping, depth folding); CI now runs cargo test.
  • 159 spec fixtures pass.
  • Added benches/compare.py (+ Node sidecar) comparing etoon vs toons / py-rtoon / TS SDK on speed and byte-identical parity.

Pull Requests

PR Description
#20 v0.5.0: empty default features + TOON spec v3.1 + faster float emit

Full Changelog: coseto6125/etoon@v0.4.1...v0.5.0

VirusTotal Scan Results

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [etoon](https://github.com/coseto6125/etoon) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/coseto6125/etoon/releases)
- [Commits](coseto6125/etoon@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: etoon
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 3, 2026
@dependabot dependabot Bot requested a review from coseto6125 as a code owner June 3, 2026 01:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 3, 2026
@coseto6125 coseto6125 enabled auto-merge (squash) June 3, 2026 01:57
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

ecp impact cache (0 symbols) — internal, used by ecp dev pr-analyze

[]

@github-actions github-actions Bot added the ecp:risk-low ecp signal label Jun 3, 2026
@coseto6125 coseto6125 merged commit 90b43db into main Jun 3, 2026
18 checks passed
@coseto6125 coseto6125 deleted the dependabot/cargo/etoon-0.5.0 branch June 3, 2026 02:22
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 ecp:risk-low ecp signal rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant