You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2022/01/05 11:16:51 UTC

[avro] branch dependabot/cargo/lang/rust/zerocopy-0.6.1 updated (43b455f -> 2dc6676)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/lang/rust/zerocopy-0.6.1
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard 43b455f  Update zerocopy requirement from 0.3.0 to 0.6.1 in /lang/rust
     add 9da79b6  AVRO-3246 Rust: Add new codec: bzip2 (#1389)
     add 54f37e5  AVRO-3245 Rust: Replace crc crate with crc32fast (#1388)
     add 6a67d71  Update strum requirement from 0.21.0 to 0.23.0 in /lang/rust (#1408)
     add c4ce231  Update strum_macros requirement from 0.21.1 to 0.23.1 in /lang/rust (#1409)
     add 87d04ef  AVRO-3247 Rust: Run MIRI checks (#1390)
     add 74f9a51  AVRO-2722 Move the 'random' variable to be local to the method where it is being used (#1365)
     add bce3866  AVRO-3197 Fallback to the 'type' when the logical type does not support the type (#1340)
     add 2dc6676  Update zerocopy requirement from 0.3.0 to 0.6.1 in /lang/rust

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   (43b455f)
            \
             N -- N -- N   refs/heads/dependabot/cargo/lang/rust/zerocopy-0.6.1 (2dc6676)

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:
 ...ang-rust-clippy.yml => test-lang-rust-miri.yml} | 31 +++++---
 lang/c++/impl/DataFile.cc                          |  3 +-
 lang/rust/Cargo.toml                               | 12 ++-
 lang/rust/README.md                                | 10 +++
 lang/rust/src/codec.rs                             | 56 ++++++++++++-
 lang/rust/src/error.rs                             |  2 +-
 lang/rust/src/lib.rs                               |  5 +-
 lang/rust/src/schema.rs                            | 93 +++++++++++++++++++---
 lang/rust/tests/schema.rs                          | 46 +++++++++--
 9 files changed, 219 insertions(+), 39 deletions(-)
 copy .github/workflows/{test-lang-rust-clippy.yml => test-lang-rust-miri.yml} (60%)