qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

Update pretty requirement from ~0.10 to ~0.12 #322

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pretty to permit the latest version.

Changelog

Sourced from pretty's changelog.

v0.12.0 (2023-03-30)

Features

Bug Fixes

  • Make RcDoc a wrapper around Rc<Doc>, not Box<Doc>

v0.11.3 (2022-04-21)

v0.11.2 (2021-12-15)

Features

  • Implement Add/AddAssign on DocBuilder (45e085a4)

v0.11.1 (2021-12-10)

Bug Fixes

  • Allow &String in the docs! macro again (e02bdc8f)

v0.11.0 (2021-12-10)

Features

  • Use display width during rendering (b88f123a, closes #67)
  • Introduce the Pretty trait (84a41d3d)
  • Implement Deref for DocBuilder (97602f36)
  • Implement Debug on DocBuilder (05bc8b76)
  • Debug print Line documents (063052d5)
  • Debug print sotfline_ docs in a shortform (b64b8b37)

... (truncated)

Commits
  • 7fc42e3 chore: Update changelog
  • 2cfd79d chore: Release pretty version 0.12.0
  • f0c427a Update changelog
  • d4106e4 feat: Add the BlockDoc formatter
  • 83ade2c f
  • d3aa3ae chore: Link to the CI run, not the svg url
  • f3e9bbe chore: Rename the CI workflow from rust to build
  • 44dbfe7 chore: Switch the CI badge to github workflows
  • 731b3b1 chore: Cargo update
  • 01f027e Merge pull request #76 from Kmeakin/fix-rcdoc
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)