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 2023/03/27 18:28:35 UTC

[avro] branch dependabot/cargo/lang/rust/master/syn-2.0.3 updated (8d88d6623 -> 94f86af9c)

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

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


    omit 8d88d6623 Bump syn from 1.0.109 to 2.0.3 in /lang/rust
     add 207ff089d Bump proc-macro2 from 1.0.52 to 1.0.53 in /lang/rust (#2160)
     add 9b5688863 AVRO-3724 Fix C# JsonEncoder for nested array of records (#2161)
     add 5acb6d619 Bump grpc.version from 1.53.0 to 1.54.0 in /lang/java
     add a8d5f1b56 Bump hadoop-client from 3.3.4 to 3.3.5 in /lang/java
     add 5f4f406dc Bump netty-bom from 4.1.89.Final to 4.1.90.Final in /lang/java
     add 96c2d8419 Bump reload4j from 1.2.24 to 1.2.25 in /lang/java
     add 4fbd448fe Add RollForward prop (#2162)
     add ca7898aa2 Bump proc-macro2 from 1.0.53 to 1.0.54 in /lang/rust (#2168)
     add 94f86af9c Bump syn from 1.0.109 to 2.0.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   (8d88d6623)
            \
             N -- N -- N   refs/heads/dependabot/cargo/lang/rust/master/syn-2.0.3 (94f86af9c)

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/csharp/src/apache/codegen/Avro.codegen.csproj |   8 ++
 .../apache/main/Specific/SpecificDatumWriter.cs    |   1 +
 lang/csharp/src/apache/test/IO/JsonCodecTests.cs   | 108 ++++++++++++++++++++-
 lang/java/pom.xml                                  |   8 +-
 lang/rust/Cargo.lock                               |   4 +-
 lang/rust/avro_derive/Cargo.toml                   |   2 +-
 6 files changed, 123 insertions(+), 8 deletions(-)