Skip to content

build(deps): bump log from 0.4.33 to 0.4.34 - #55

Merged
aesslinger merged 1 commit into
mainfrom
dependabot/cargo/log-0.4.34
Sep 3, 2026
Merged

build(deps): bump log from 0.4.33 to 0.4.34#55
aesslinger merged 1 commit into
mainfrom
dependabot/cargo/log-0.4.34

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps log from 0.4.33 to 0.4.34.

Release notes

Sourced from log's releases.

0.4.34

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.33...0.4.34

Changelog

Sourced from log's changelog.

[0.4.34] - 2026-08-22

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.33...0.4.34

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 [log](https://github.com/rust-lang/log) from 0.4.33 to 0.4.34.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.33...0.4.34)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 26, 2026
@dependabot
dependabot Bot requested a review from aesslinger as a code owner August 26, 2026 19:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 26, 2026
@aesslinger aesslinger added the prerelease:beta Version suggestion targets a beta prerelease label Sep 3, 2026
@aesslinger
aesslinger merged commit 593f2a9 into main Sep 3, 2026
37 of 42 checks passed
@aesslinger
aesslinger deleted the dependabot/cargo/log-0.4.34 branch September 3, 2026 12:55
aesslinger added a commit that referenced this pull request Sep 4, 2026
Ships the configurable pool-size feature (PR #63, porting tabularis#681)
and three dependency bumps (PRs #55/#59/#60), plus the migration Issue
Form templates (PR #62).

Headline change: a poolMaxSize driver setting (default 10, clamped to
1-64, parsed from u64/i64/string, zero/invalid -> default) received via
the initialize RPC. Restores pool-size parity with the built-in driver
(build_pool previously never set max_size, so deadpool defaulted to
cpu×2 — up to ~32 on a 16-thread machine — vs. the built-in's pinned 10).

Verified: .tabularium re-validated as valid JSON with version matching
the upcoming v1.0.0-beta.10 tag; cargo build/test (133 unit + 8 live-DB
against the local pg-tabularis-test container)/clippy/fmt all pass; the
release binary returns a valid initialize JSON-RPC response.
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 prerelease:beta Version suggestion targets a beta prerelease rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant