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

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


 discard 5d500d258 Bump org.apache.ant:ant from 1.10.13 to 1.10.14 in /lang/java
     add 699cfeec9 AVRO-3837: [Rust] Disallow invalid namespaces for the Rust 
binding (#2456)
     add 0f364e389 AVRO-3838: [Rust] Replace "regex" with "regex-lite" (#2460)
     add fddf2b0cd Bump serde from 1.0.183 to 1.0.185 in /lang/rust (#2462)
     add 514d49703 Bump num-bigint from 0.4.3 to 0.4.4 in /lang/rust (#2464)
     add a09d3fd44 AVRO-3844: [Rust] Fix clippy errors with Rust 1.72.0 (#2466)
     add 23c47000d Bump serde from 1.0.185 to 1.0.186 in /lang/rust (#2465)
     add 8eab8f14b AVRO-3802: [Csharp] Fix memory leak on deflate codec 
decompression (#2439)
     add 5d15261c3 Bump typed-builder from 0.15.2 to 0.16.0 in /lang/rust 
(#2472)
     add f3ab785c7 Bump serde from 1.0.186 to 1.0.188 in /lang/rust (#2473)
     add b9cbf9a09 AVRO-3847: [Rust] Support default value of pre-defined name 
for Union type field (#2468)
     add 60796e5df AVRO-3846: [Rust] Fix race condition among serde tests 
(#2467)
     add 7ff2d7a07 AVRO-3849: [Rust] Use cargo-rdme instead of cargo-readme 
(#2475)
     add 66fa34b14 Fix wrong heading level of Single-object encoding in the doc 
(#2484)
     add edaeb9e72 Bump thiserror from 1.0.47 to 1.0.48 in /lang/rust (#2483)
     add 2e03ee965 Bump syn from 2.0.29 to 2.0.31 in /lang/rust (#2482)
     add 2244da098 AVRO-3851: [Rust] Validate default value for record fields 
and enums on parsing (#2481)
     add 00665a7f0 AVRO-3852: Support Java 21 (#2485)
     add 4b74f16c3 Bump org.apache.ant:ant from 1.10.13 to 1.10.14 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   (5d500d258)
            \
             N -- N -- N   
refs/heads/dependabot/maven/lang/java/org.apache.ant-ant-1.10.14 (4b74f16c3)

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/workflows/test-lang-java.yml               |   12 +-
 .../en/docs/++version++/Specification/_index.md    |    4 +-
 lang/csharp/src/apache/main/File/DeflateCodec.cs   |   32 +-
 .../src/apache/main/Generic/GenericReader.cs       |   29 +-
 .../apache/main/Generic/PreresolvingDatumReader.cs |   40 +-
 lang/csharp/src/apache/main/IO/BinaryEncoder.cs    |   14 +-
 .../src/apache/main/Specific/SpecificReader.cs     |   24 +-
 lang/csharp/src/apache/test/File/FileTests.cs      |    2 +-
 .../avro-service-archetype/src/main/pom/pom.xml    |    6 +
 lang/java/pom.xml                                  |   26 +-
 lang/rust/{rustfmt.toml => .cargo-rdme.toml}       |    4 +-
 lang/rust/Cargo.lock                               |  243 ++++-
 lang/rust/Cargo.toml                               |    2 +
 lang/rust/Makefile                                 |    2 +-
 lang/rust/avro/Cargo.toml                          |   11 +-
 lang/rust/avro/README.md                           |   19 +-
 lang/rust/avro/src/de.rs                           |    3 +
 lang/rust/avro/src/error.rs                        |    6 +
 lang/rust/avro/src/lib.rs                          |   34 +-
 lang/rust/avro/src/reader.rs                       |    2 +-
 lang/rust/avro/src/schema.rs                       |  551 ++++++++++-
 lang/rust/avro/src/schema_compatibility.rs         |    4 +-
 lang/rust/avro/src/ser.rs                          |    3 +
 lang/rust/avro/src/types.rs                        |   27 +-
 lang/rust/avro/src/writer.rs                       |    2 +-
 lang/rust/avro/tests/io.rs                         |    2 +-
 lang/rust/avro/tests/schema.rs                     | 1014 +++++++++++++++++++-
 lang/rust/avro_derive/Cargo.toml                   |    4 +-
 lang/rust/wasm-demo/Cargo.toml                     |    2 +-
 29 files changed, 1922 insertions(+), 202 deletions(-)
 copy lang/rust/{rustfmt.toml => .cargo-rdme.toml} (92%)

Reply via email to