Skip to content

Conversation

@p-hoffmann
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings August 3, 2025 11:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades the Rust toolchain from version 1.82.0 to 1.85.0 and updates some dependencies to maintain compatibility with the newer Rust version.

  • Rust toolchain upgraded from 1.82.0 to 1.85.0
  • Added arrow-pg dependency to trex crate
  • Updated lazy-regex dependency from 3.1.0 to 3.3.0

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
rust-toolchain.toml Updates Rust toolchain version to 1.85.0
Dockerfile.trex Updates Docker base image to use Rust 1.85.0
ext/trex/Cargo.toml Adds arrow-pg dependency for trex extension
Cargo.toml Updates lazy-regex dependency to version 3.3.0

tracing-subscriber = { workspace = true, default-features = true, features = [
"env-filter",
] }
arrow-pg = { version = "0.*", default-features = false }
Copy link

Copilot AI Aug 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a wildcard version specification '0.*' is not recommended as it can lead to unexpected breaking changes. Consider specifying a more precise version range like '0.1' or '~0.1.0' to ensure better dependency stability.

Suggested change
arrow-pg = { version = "0.*", default-features = false }
arrow-pg = { version = "0.1", default-features = false }

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants