Re: [PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-17 Thread via GitHub


dependabot[bot] closed pull request #16420: chore(deps): bump prost-build from 
0.13.5 to 0.14.0 in the proto group
URL: https://github.com/apache/datafusion/pull/16420


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-17 Thread via GitHub


dependabot[bot] commented on PR #16420:
URL: https://github.com/apache/datafusion/pull/16420#issuecomment-2979410518

   Looks like prost-build is no longer updatable, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-16 Thread via GitHub


dependabot[bot] opened a new pull request, #16420:
URL: https://github.com/apache/datafusion/pull/16420

   Bumps the proto group with 1 update: 
[prost-build](https://github.com/tokio-rs/prost).
   
   Updates `prost-build` from 0.13.5 to 0.14.0
   
   Changelog
   Sourced from https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md";>prost-build's 
changelog.
   
   Prost version 0.14.0
   PROST! is a https://developers.google.com/protocol-buffers/";>Protocol Buffers 
implementation for the https://www.rust-lang.org/";>Rust Language. 
prost generates simple, idiomatic Rust code from 
proto2 and proto3 files.
   Breaking changes
   
   
   prost: Relax Message Debug trait bound (https://redirect.github.com/tokio-rs/prost/issues/1147";>#1147)
   BREAKING CHANGE: trait Debug was a supertrait of trait 
Message. This is no longer required by prost. If your code 
relies on trait Debug being implemented for every impl 
Message, you must now explicitly state that you require both Debug and 
Message. For example: where M: Debug + Message
   
   
   prost: Remove prost-derive feature (https://redirect.github.com/tokio-rs/prost/issues/1247";>#1247)
   BREAKING CHANGE: Feature flag prost-derive is renamed to 
derive. Please rename any usage of prost-derive 
feature in your Cargo.toml.
   
   
   prost-build: Emit rerun commands (https://redirect.github.com/tokio-rs/prost/issues/1140";>#1140)
   BREAKING CHANGE: Previously cargo assumed it had to rerun 
build.rs if any files in the project changed. 
prost-build will now emit rerun commands, which means 
only the explicitly marked files cause a rerun. If your build.rs 
is dependent on any other file paths than those given to 
prost-build, then your build.rs needs to emit 
rerun commands as well.
   
   
   prost-build: Prevent repeated fields to be boxed (https://redirect.github.com/tokio-rs/prost/issues/1237";>#1237)
   BREAKING CHANGE: A repeated field that is manually marked as boxed was 
typed as Vec>. Those fields are now simply 
typed as Vec to prevent double indirection. The 
boxed configuration is effectively ignored for repeated fields.
   
   
   prost-build: Make type_name_domain cumulative (https://redirect.github.com/tokio-rs/prost/issues/1228";>#1228)
   BREAKING CHANGE: The configuration for domain names of messages is now 
cumulative. All calls to prost_build::Config::type_name_domain are 
now concatenated. The previous behavior was that only the arguments of the last 
call were used. If you do multiple calls to type_name_domain, you need to 
remove all but the last call to maintain the same behavior.
   
   
   prost-build: Derive Eq and Hash trait for messages where possible (https://redirect.github.com/tokio-rs/prost/issues/1175";>#1175)
   BREAKING CHANGE: prost-build will automatically derive 
trait Eq and trait Hash for types where all field 
support those as well. If you manually impl Eq and/or impl 
Hash for generated types, then you need to remove the manual 
implementation. If you use type_attribute to 
derive(Eq) and/or derive(Hash), then you need to 
remove those.
   
   
   Features
   
   prost-types: Implement conversion Duration to/from 
chrono::TimeDelta (https://redirect.github.com/tokio-rs/prost/issues/1236";>#1236)
   prost-build: Prepare for 2024 keyword gen (https://redirect.github.com/tokio-rs/prost/issues/1257";>#1257)
   
   Dependencies
   
   (deps) Update pulldown-cmark to 0.13 (https://redirect.github.com/tokio-rs/prost/issues/1259";>#1259)
   (deps) update criterion requirement from 0.5 to 0.6 (https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280)
   
   Documentation
   
   Update dead link LICENSE in prost-types/README.md (https://redirect.github.com/tokio-rs/prost/issues/1262";>#1262)
   
   Styling
   
   Use DoubleEndedIterator::next_back (https://redirect.github.com/tokio-rs/prost/issues/1255";>#1255)
   Fix typo (https://redirect.github.com/tokio-rs/prost/issues/1260";>#1260)
   
   Testing
   
   Run tests using edition 2024 (https://redirect.github.com/tokio-rs/prost/issues/1254";>#1254)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/tokio-rs/prost/commit/3543eb8001d85565bcbc864a37ecd771afdaec49";>3543eb8
 chore: Release version 0.14.0 (https://redirect.github.com/tokio-rs/prost/issues/1276";>#1276)
   https://github.com/tokio-rs/prost/commit/1e93f5612d70a292d6d3919bfc6af22bf82e481a";>1e93f56
 build(deps): update criterion requirement from 0.5 to 0.6 (https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280)
   https://github.com/tokio-rs/prost/commit/bdd03fcb8dbe514a3bc2ecfbc7cb8f335d21436c";>bdd03fc
 Update config.rs (https://redirect.github.com/tokio-rs/prost/issues/1270";>#1270)
   https://github.com/tokio-rs/prost/commit/fcf610edf53826eacd7010a667b7026d5560060f";>fcf610e
 ci: Run clippy with edition 2024 enabled (https://redirect.github.com/tokio-rs/prost/issues/1256";>#1256)
   https://github.com/tokio-rs/prost/commit/8a3d42e5a30d110e54784dd57384d46

Re: [PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-13 Thread via GitHub


dependabot[bot] commented on PR #16392:
URL: https://github.com/apache/datafusion/pull/16392#issuecomment-2971066993

   This pull request was built based on a group rule. Closing it will not 
ignore any of these versions in future pull requests.
   
   To ignore these dependencies, configure [ignore 
rules](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore)
 in dependabot.yml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-13 Thread via GitHub


alamb closed pull request #16392: chore(deps): bump prost-build from 0.13.5 to 
0.14.0 in the proto group
URL: https://github.com/apache/datafusion/pull/16392


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-13 Thread via GitHub


alamb commented on PR #16392:
URL: https://github.com/apache/datafusion/pull/16392#issuecomment-2971066685

   This needs to wait for an arrow-rs update


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[PR] chore(deps): bump prost-build from 0.13.5 to 0.14.0 in the proto group [datafusion]

2025-06-13 Thread via GitHub


dependabot[bot] opened a new pull request, #16392:
URL: https://github.com/apache/datafusion/pull/16392

   Bumps the proto group with 1 update: 
[prost-build](https://github.com/tokio-rs/prost).
   
   Updates `prost-build` from 0.13.5 to 0.14.0
   
   Changelog
   Sourced from https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md";>prost-build's 
changelog.
   
   Prost version 0.14.0
   PROST! is a https://developers.google.com/protocol-buffers/";>Protocol Buffers 
implementation for the https://www.rust-lang.org/";>Rust Language. 
prost generates simple, idiomatic Rust code from 
proto2 and proto3 files.
   Breaking changes
   
   
   prost: Relax Message Debug trait bound (https://redirect.github.com/tokio-rs/prost/issues/1147";>#1147)
   BREAKING CHANGE: trait Debug was a supertrait of trait 
Message. This is no longer required by prost. If your code 
relies on trait Debug being implemented for every impl 
Message, you must now explicitly state that you require both Debug and 
Message. For example: where M: Debug + Message
   
   
   prost: Remove prost-derive feature (https://redirect.github.com/tokio-rs/prost/issues/1247";>#1247)
   BREAKING CHANGE: Feature flag prost-derive is renamed to 
derive. Please rename any usage of prost-derive 
feature in your Cargo.toml.
   
   
   prost-build: Emit rerun commands (https://redirect.github.com/tokio-rs/prost/issues/1140";>#1140)
   BREAKING CHANGE: Previously cargo assumed it had to rerun 
build.rs if any files in the project changed. 
prost-build will now emit rerun commands, which means 
only the explicitly marked files cause a rerun. If your build.rs 
is dependent on any other file paths than those given to 
prost-build, then your build.rs needs to emit 
rerun commands as well.
   
   
   prost-build: Prevent repeated fields to be boxed (https://redirect.github.com/tokio-rs/prost/issues/1237";>#1237)
   BREAKING CHANGE: A repeated field that is manually marked as boxed was 
typed as Vec>. Those fields are now simply 
typed as Vec to prevent double indirection. The 
boxed configuration is effectively ignored for repeated fields.
   
   
   prost-build: Make type_name_domain cumulative (https://redirect.github.com/tokio-rs/prost/issues/1228";>#1228)
   BREAKING CHANGE: The configuration for domain names of messages is now 
cumulative. All calls to prost_build::Config::type_name_domain are 
now concatenated. The previous behavior was that only the arguments of the last 
call were used. If you do multiple calls to type_name_domain, you need to 
remove all but the last call to maintain the same behavior.
   
   
   prost-build: Derive Eq and Hash trait for messages where possible (https://redirect.github.com/tokio-rs/prost/issues/1175";>#1175)
   BREAKING CHANGE: prost-build will automatically derive 
trait Eq and trait Hash for types where all field 
support those as well. If you manually impl Eq and/or impl 
Hash for generated types, then you need to remove the manual 
implementation. If you use type_attribute to 
derive(Eq) and/or derive(Hash), then you need to 
remove those.
   
   
   Features
   
   prost-types: Implement conversion Duration to/from 
chrono::TimeDelta (https://redirect.github.com/tokio-rs/prost/issues/1236";>#1236)
   prost-build: Prepare for 2024 keyword gen (https://redirect.github.com/tokio-rs/prost/issues/1257";>#1257)
   
   Dependencies
   
   (deps) Update pulldown-cmark to 0.13 (https://redirect.github.com/tokio-rs/prost/issues/1259";>#1259)
   (deps) update criterion requirement from 0.5 to 0.6 (https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280)
   
   Documentation
   
   Update dead link LICENSE in prost-types/README.md (https://redirect.github.com/tokio-rs/prost/issues/1262";>#1262)
   
   Styling
   
   Use DoubleEndedIterator::next_back (https://redirect.github.com/tokio-rs/prost/issues/1255";>#1255)
   Fix typo (https://redirect.github.com/tokio-rs/prost/issues/1260";>#1260)
   
   Testing
   
   Run tests using edition 2024 (https://redirect.github.com/tokio-rs/prost/issues/1254";>#1254)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/tokio-rs/prost/commit/3543eb8001d85565bcbc864a37ecd771afdaec49";>3543eb8
 chore: Release version 0.14.0 (https://redirect.github.com/tokio-rs/prost/issues/1276";>#1276)
   https://github.com/tokio-rs/prost/commit/1e93f5612d70a292d6d3919bfc6af22bf82e481a";>1e93f56
 build(deps): update criterion requirement from 0.5 to 0.6 (https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280)
   https://github.com/tokio-rs/prost/commit/bdd03fcb8dbe514a3bc2ecfbc7cb8f335d21436c";>bdd03fc
 Update config.rs (https://redirect.github.com/tokio-rs/prost/issues/1270";>#1270)
   https://github.com/tokio-rs/prost/commit/fcf610edf53826eacd7010a667b7026d5560060f";>fcf610e
 ci: Run clippy with edition 2024 enabled (https://redirect.github.com/tokio-rs/prost/issues/1256";>#1256)
   https://github.com/tokio-rs/prost/commit/8a3d42e5a30d110e54784dd57384d46