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/21 19:39:05 UTC

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

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


 discard fab0d2ada Bump syn from 1.0.109 to 2.0.3 in /lang/rust
     add b6178acc7 Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 in /lang/java (#2151)
     add ace4d5d2e AVRO-3264: Improvements to the project section of the Avro website (#2145)
     add c3d6a2fb5 fix documentation of functions and variables (#2157)
     add cb1ad00d2 Bump regex from 1.7.1 to 1.7.2 in /lang/rust (#2159)
     add 8d88d6623 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   (fab0d2ada)
            \
             N -- N -- N   refs/heads/dependabot/cargo/lang/rust/master/syn-2.0.3 (8d88d6623)

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:
 doc/content/en/_index.html                         |   2 +-
 doc/content/en/community/_index.md                 |   2 +-
 doc/content/en/project/Articles/_index.md          |  84 ++++++++++++++++
 .../project/Committer onboarding guide/_index.md   |  48 +++++++++
 .../Contributors onboarding guide /_index.md       |  39 ++++++++
 doc/content/en/project/Donate/_index.md            |   2 +-
 doc/content/en/project/Events/_index.md            |   2 +-
 doc/content/en/project/How to contribute/_index.md | 110 ++++++++++++++++++++-
 doc/content/en/project/License/_index.md           |   2 +-
 doc/content/en/project/Papers/_index.md            |  73 ++++++++++++++
 doc/content/en/project/Privacy policy/_index.md    |   2 +-
 doc/content/en/project/Security/_index.md          |   2 +-
 doc/content/en/project/Thanks/_index.md            |   2 +-
 .../en/project/pmc onboarding guide/_index.md      |  34 +++++++
 lang/rust/Cargo.lock                               |   8 +-
 lang/rust/avro/Cargo.toml                          |   2 +-
 lang/rust/avro/src/reader.rs                       |   6 +-
 lang/rust/avro/src/schema.rs                       |  16 ++-
 pom.xml                                            |   2 +-
 19 files changed, 410 insertions(+), 28 deletions(-)
 create mode 100755 doc/content/en/project/Articles/_index.md
 create mode 100755 doc/content/en/project/Committer onboarding guide/_index.md
 create mode 100644 doc/content/en/project/Contributors onboarding guide /_index.md
 create mode 100755 doc/content/en/project/Papers/_index.md
 create mode 100644 doc/content/en/project/pmc onboarding guide/_index.md