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 2024/03/13 07:39:53 UTC

(avro) branch dependabot/cargo/lang/rust/env_logger-0.11.3 updated (e042586d5 -> 6df23b264)

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

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


 discard e042586d5 Bump env_logger from 0.10.2 to 0.11.3 in /lang/rust
     add 6f362d598 AVRO-3953: Prefixing enum member identifiers instead of throwing (#2783)
     add e12f13718 Bump wasm-bindgen-test from 0.3.41 to 0.3.42 in /lang/rust (#2790)
     add 9c7e14d89 Bump bigdecimal from 0.4.2 to 0.4.3 in /lang/rust (#2789)
     add 4e2b6dba1 Bump org.apache.maven.plugins:maven-remote-resources-plugin (#2792)
     add f20f70914 Bump org.apache.commons:commons-compress in /lang/java (#2794)
     add 47d180564 Bump com.fasterxml.jackson:jackson-bom in /lang/java (#2793)
     add 52f051dbe AVRO-3957: [C] Fix typos in docs and examples (#2795)
     add 8fed1dbea AVRO-3958: [C] Update min cmake version to 3.5 (#2796)
     add a876bf40e Bump strum from 0.26.1 to 0.26.2 in /lang/rust (#2801)
     add 06d8b444a Bump strum_macros from 0.26.1 to 0.26.2 in /lang/rust (#2800)
     add 01ba73caf AVRO-3959: [C] Avoid deprecated OSX atomic ops (#2797)
     add 9b195c131 AVRO-3961: [C] Add AVRO_INVALID to avro_type_t (#2799)
     add f6be41216 Bump proc-macro2 from 1.0.78 to 1.0.79 in /lang/rust (#2804)
     add 6105d9eaf Bump thiserror from 1.0.57 to 1.0.58 in /lang/rust (#2803)
     add 78540a1e5 Bump anyhow from 1.0.80 to 1.0.81 in /lang/rust (#2802)
     add 6df23b264 Bump env_logger from 0.10.2 to 0.11.3 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   (e042586d5)
            \
             N -- N -- N   refs/heads/dependabot/cargo/lang/rust/env_logger-0.11.3 (6df23b264)

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:
 lang/c/CMakeLists.txt                             |  2 +-
 lang/c/docs/index.txt                             |  4 +-
 lang/c/examples/quickstop.c                       |  2 +-
 lang/c/src/avro/basics.h                          |  4 +-
 lang/c/src/avro/refcount.h                        |  5 +-
 lang/c/src/consume-binary.c                       |  3 ++
 lang/c/src/datum.c                                |  1 +
 lang/c/src/datum_equal.c                          |  6 +++
 lang/c/src/datum_size.c                           |  1 +
 lang/c/src/datum_skip.c                           |  3 ++
 lang/c/src/datum_validate.c                       |  2 +
 lang/c/src/datum_value.c                          | 14 +----
 lang/c/src/schema.c                               | 13 ++---
 lang/c/tests/CMakeLists.txt                       |  1 +
 lang/c/tests/test_avro_type_collision.c           | 64 +++++++++++++++++++++++
 lang/c/version.sh                                 |  4 +-
 lang/csharp/src/apache/main/CodeGen/CodeGen.cs    |  7 ---
 lang/csharp/src/apache/test/CodGen/CodeGenTest.cs | 27 ++++++++++
 lang/java/pom.xml                                 |  4 +-
 lang/rust/Cargo.lock                              | 44 ++++++++--------
 lang/rust/avro/Cargo.toml                         | 10 ++--
 lang/rust/avro_derive/Cargo.toml                  |  2 +-
 lang/rust/avro_test_helper/Cargo.toml             |  2 +-
 lang/rust/wasm-demo/Cargo.toml                    |  2 +-
 pom.xml                                           |  2 +-
 25 files changed, 159 insertions(+), 70 deletions(-)
 create mode 100644 lang/c/tests/test_avro_type_collision.c