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/05/25 18:05:27 UTC

[avro] branch dependabot/maven/lang/java/grpc.version-1.55.1 updated (08872bee0 -> 374d7d6aa)

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

github-bot pushed a change to branch dependabot/maven/lang/java/grpc.version-1.55.1
in repository https://gitbox.apache.org/repos/asf/avro.git


    omit 08872bee0 Bump grpc.version from 1.54.1 to 1.55.1 in /lang/java
     add 7cf393d8e Bump syn from 2.0.15 to 2.0.16 in /lang/rust (#2235)
     add d10029a5e Bump uuid from 1.3.2 to 1.3.3 in /lang/rust (#2236)
     add 289be98b5 Bump proc-macro2 from 1.0.56 to 1.0.57 in /lang/rust (#2234)
     add 4a08f8b9d Bump wasm-bindgen from 0.2.85 to 0.2.86 in /lang/rust (#2237)
     add d9b9bca64 Bump wasm-bindgen-test from 0.3.35 to 0.3.36 in /lang/rust (#2239)
     add ce0c703f5 Bump proc-macro2 from 1.0.57 to 1.0.58 in /lang/rust (#2238)
     add 45350ce37 Bump digest from 0.10.6 to 0.10.7 in /lang/rust (#2242)
     add e767e9c97 Bump regex from 1.8.1 to 1.8.2 in /lang/rust (#2248)
     add d383b3b55 Bump proptest from 1.1.0 to 1.2.0 in /lang/rust (#2251)
     add 1b9b0858e AVRO-3759: Add extra types for RecordSchema, EnumSchema, FixedSchema and DecimalSchema (#2241)
     add fc6af3dde Bump protobuf-java from 3.22.4 to 3.23.1 in /lang/java (#2246)
     add aa1b878a7 Bump zstd-jni from 1.5.5-2 to 1.5.5-3 in /lang/java (#2244)
     add 2919020dd Bump maven-gpg-plugin from 3.0.1 to 3.1.0 in /lang/java (#2218)
     add 374d7d6aa Bump grpc.version from 1.54.1 to 1.55.1 in /lang/java

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   (08872bee0)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/grpc.version-1.55.1 (374d7d6aa)

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/java/pom.xml                          |   4 +-
 lang/rust/Cargo.lock                       |  89 +++++-----
 lang/rust/avro/Cargo.toml                  |   6 +-
 lang/rust/avro/src/decode.rs               |  33 ++--
 lang/rust/avro/src/encode.rs               |  15 +-
 lang/rust/avro/src/schema.rs               | 259 ++++++++++++++++-------------
 lang/rust/avro/src/schema_compatibility.rs |  34 ++--
 lang/rust/avro/src/types.rs                |  94 +++++------
 lang/rust/avro/src/writer.rs               |  18 +-
 lang/rust/avro/tests/schema.rs             |  26 +--
 lang/rust/avro_derive/Cargo.toml           |   6 +-
 lang/rust/avro_derive/src/lib.rs           |   8 +-
 lang/rust/avro_derive/tests/derive.rs      |  48 ++++--
 lang/rust/wasm-demo/Cargo.toml             |   4 +-
 pom.xml                                    |   2 +-
 15 files changed, 347 insertions(+), 299 deletions(-)