Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps the production-dependencies group with 2 updates: clickhouse and chrono.

Updates clickhouse from 0.14.1 to 0.14.2

Changelog

Sourced from clickhouse's changelog.

[0.14.2] - 2026-01-14

Added

  • Added Client::insert_formatted_with() and InsertFormatted for inserting data in a chosen format with a specified SQL query. (#364)
    • InsertFormatted does not buffer data by default, allowing precise control over when the data is sent. For best performance, ensure data is sent in larger chunks or use .buffered() to get BufInsertFormatted which implements buffering.
    • Data may optionally be pre-compressed and buffered separately using CompressedData::new() and InsertFormatted::send_compressed().
    • BufInsertFormatted also implements tokio::io::AsyncWrite for composability.
  • Added Client::set_option to modify options through &mut Client (#375)
  • Added Client::get_option to read previously set options (#375)
  • Added support for binding byte-strings as server-side params (#376)
    • This means passing types to Query::param that call Serializer::serialize_bytes() are now supported.
    • Note that Vec<u8> and &[u8] serialize as an array of integers. Use a specialized type, e.g. bytes::Bytes or serde_bytes::Bytes to bind a byte-string.
  • Implemented Primitive for bytes::Bytes and bytes::BytesMut (#376)
    • These can be used to fetch byte-strings as a scalar value, e.g. with Query::fetch_one().

Fixed

  • Implemented parsing for the new exception tagging format in ClickHouse 25.11 (#365)
  • Fixed a doc comment on clickhouse::serde::chrono::date (#371)

Changed

  • (CI-only change) added scheduled runs against clickhouse-server:head tag, reworked secrets access (#367)
  • Query no longer sets the readonly option by default. (#377)
    • This was previously added in #342 to simulate the default read-only restriction when issuing queries via GET requests, but had poor interaction with settings profiles that set readonly="2".

#364: ClickHouse/clickhouse-rs#364 #365: ClickHouse/clickhouse-rs#365 #367: ClickHouse/clickhouse-rs#367 #371: ClickHouse/clickhouse-rs#371 #375: ClickHouse/clickhouse-rs#375 #376: ClickHouse/clickhouse-rs#376 #377: ClickHouse/clickhouse-rs#377

Commits
  • 5fddaaa Release 0.14.2 (#378)
  • f1d97fb refactor: don't set readonly by default (#377)
  • 63f3f2e feat: support byte-string params, implement Primitive for `bytes::Bytes{Mut...
  • 8c1ff94 feat: add Client::{get_option, set_option} (#375)
  • 95200ac feat: implement InsertFormatted (#364)
  • cedeaa8 docs: fix comment on clickhouse::serde::chrono::date (#371)
  • 561c9ed chore(ci): add head/latest CH runs, schedule, rework secret access check (#367)
  • 4549024 fix(query): parse new exception tags in 25.11 (#365)
  • See full diff in compare view

Updates chrono from 0.4.42 to 0.4.43

Release notes

Sourced from chrono's releases.

0.4.43

What's Changed

Commits
  • 45caaa9 Update copyright year to 2026 in LICENSE.txt
  • 1c0b8f0 Bump version to 0.4.43
  • a03e43b Upgrade windows-bindgen to 0.66
  • 4fedaba Ignore bincode advisory
  • f4b7bbd Bump actions/checkout from 5 to 6
  • db12973 Added doctest for the NaiveDate years_since function (#1755)
  • 34b5f49 chore: minor improvement for docs
  • 8c82711 Bump actions/setup-node from 5 to 6
  • ea1f11b Drop deny lints, eager Debug impls are a mixed blessing
  • 35f9f2d Add feature gated defmt support.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 2 updates: [clickhouse](https://github.com/ClickHouse/clickhouse-rs) and [chrono](https://github.com/chronotope/chrono).


Updates `clickhouse` from 0.14.1 to 0.14.2
- [Changelog](https://github.com/ClickHouse/clickhouse-rs/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-rs@v0.14.1...v0.14.2)

Updates `chrono` from 0.4.42 to 0.4.43
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.42...v0.4.43)

---
updated-dependencies:
- dependency-name: clickhouse
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: chrono
  dependency-version: 0.4.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 14, 2026
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