This is an automated email from the ASF dual-hosted git repository.
Kriskras99 pushed a change to branch feat/derived_schema_test
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard bb9dcde feat: Derive tests for derived schemas
add 660c655 chore(deps): Bump liblzma from 0.4.6 to 0.4.7 (#570)
add 0a10af6 chore(deps): Bump num-bigint from 0.4.6 to 0.5.0 (#572)
add f39d509 chore(deps): Bump rand from 0.10.1 to 0.10.2 (#573)
add 23ac764 chore(deps): Bump num-bigint from 0.5.0 to 0.5.1 (#576)
add fd14693 fix: Pin `dtolnay/rust-toolchain` to the new allowed version
(#577)
add f1ad988 Merge branch 'main' into feat/all_the_enums
add b004614 feat: Derive tests for derived schemas
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 (bb9dcde)
\
N -- N -- N refs/heads/feat/derived_schema_test (b004614)
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/dependabot.yml | 11 +
...st-lang-rust-clippy.yml => allowlist-check.yml} | 34 +-
...st-lang-rust-clippy.yml => codeql-analysis.yml} | 49 ++-
.github/workflows/test-lang-rust-audit.yml | 13 +-
.github/workflows/test-lang-rust-ci.yml | 48 ++-
.github/workflows/test-lang-rust-clippy.yml | 7 +-
.../{test-lang-rust-clippy.yml => zizmor.yml} | 43 +-
.activate.sh => .github/zizmor.yml | 11 +-
Cargo.lock | 451 +++++++--------------
avro/Cargo.toml | 2 +-
avro_test_helper/Cargo.toml | 2 +-
avro_test_helper/src/lib.rs | 2 +-
12 files changed, 273 insertions(+), 400 deletions(-)
copy .github/workflows/{test-lang-rust-clippy.yml => allowlist-check.yml} (64%)
copy .github/workflows/{test-lang-rust-clippy.yml => codeql-analysis.yml} (52%)
copy .github/workflows/{test-lang-rust-clippy.yml => zizmor.yml} (62%)
copy .activate.sh => .github/zizmor.yml (86%)