This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/cargo/criterion-0.6.0 in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard de91942 chore(deps): Bump criterion from 0.5.1 to 0.6.0 add ee77e9c Fix the path to the avro-rs tarball for voting in SVN add f8afce2 Update Cargo.lock add 257816d chore: Fix the build with latest nightly compiler (06.06.2025) (#204) add ede27ee feat: Add support for rename of enum variants in AvroSchema macro (#205) add 9a9b80a chore(deps): Bump proptest from 1.6.0 to 1.7.0 (#206) add c52b380 chore(deps): Bump bon from 3.6.3 to 3.6.4 (#208) add 64ad364 chore(deps): Bump miniz_oxide from 0.8.8 to 0.8.9 (#209) add 4786035 chore(deps): Bump syn from 2.0.101 to 2.0.102 (#210) add 092b36b feat: Add support for rename_all in AvroSchema macro (#207) add 7e1c909 feat: Add `#[automatically_derived]` attribute to the auto generated impls (#211) add 21c2fe3 chore(deps): Bump syn from 2.0.102 to 2.0.103 (#212) add bab254d chore(deps): Bump syn from 2.0.103 to 2.0.104 (#214) add 1583c8e feat: Accept more inputs for Schema::independent_canonical_form (#215) add baaf3be Minor improvements to RELEASE.md add d5cca0f chore: Bump the Minimal Supported Rust Version from 1.74.0 to 1.85.0 (#217) add fafad18 chore(deps): Bump criterion from 0.5.1 to 0.6.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (de91942) \ N -- N -- N refs/heads/dependabot/cargo/criterion-0.6.0 (fafad18) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/test-lang-rust-ci.yml | 2 +- .github/workflows/test-lang-rust-clippy.yml | 2 +- Cargo.lock | 95 ++++--------- Cargo.toml | 2 +- RELEASE.md | 12 +- avro/Cargo.toml | 4 +- avro/README.md | 14 +- avro/benches/serde.rs | 4 +- avro/benches/serde_json.rs | 4 +- avro/examples/generate_interop_data.rs | 2 +- avro/src/lib.rs | 2 +- avro/src/schema.rs | 4 +- avro/src/types.rs | 2 +- avro/src/writer.rs | 2 +- avro/tests/append_to_existing.rs | 2 +- avro_derive/Cargo.toml | 4 +- avro_derive/src/case.rs | 209 ++++++++++++++++++++++++++++ avro_derive/src/lib.rs | 144 ++++++++++++++++++- 18 files changed, 401 insertions(+), 109 deletions(-) create mode 100644 avro_derive/src/case.rs