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/08/09 09:11:43 UTC

[avro] branch dependabot/cargo/lang/rust/master/serde-1.0.183 updated (e00abad38 -> 38c0121b5)

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

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


    omit e00abad38 Bump serde from 1.0.180 to 1.0.183 in /lang/rust
     add 7b50d065b Bump strum_macros from 0.25.1 to 0.25.2 in /lang/rust (#2425)
     new 38c0121b5 Bump serde from 1.0.180 to 1.0.183 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   (e00abad38)
            \
             N -- N -- N   refs/heads/dependabot/cargo/lang/rust/master/serde-1.0.183 (38c0121b5)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[avro] 01/01: Bump serde from 1.0.180 to 1.0.183 in /lang/rust

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 38c0121b55775e8568344b457a306463ac83c96c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 9 09:11:35 2023 +0000

    Bump serde from 1.0.180 to 1.0.183 in /lang/rust
    
    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.183.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.183)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 lang/rust/Cargo.lock             | 8 ++++----
 lang/rust/avro/Cargo.toml        | 2 +-
 lang/rust/avro_derive/Cargo.toml | 2 +-
 lang/rust/wasm-demo/Cargo.toml   | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 15ea4a86b..e2fd02eca 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -951,18 +951,18 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
 
 [[package]]
 name = "serde"
-version = "1.0.180"
+version = "1.0.183"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
+checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.180"
+version = "1.0.183"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
+checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 5a175f5cd..ffe5043fb 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -64,7 +64,7 @@ libflate = { default-features = false, version = "2.0.0", features = ["std"] }
 log = { default-features = false, version = "0.4.19" }
 num-bigint = { default-features = false, version = "0.4.3" }
 regex = { default-features = false, version = "1.9.3", features = ["std", "perf"] }
-serde = { default-features = false, version = "1.0.180", features = ["derive"] }
+serde = { default-features = false, version = "1.0.183", features = ["derive"] }
 serde_json = { default-features = false, version = "1.0.104", features = ["std"] }
 snap = { default-features = false, version = "1.1.0", optional = true }
 strum = { default-features = false, version = "0.25.0" }
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 37f79362e..f874901f6 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -42,4 +42,4 @@ syn = { default-features = false, version = "2.0.28", features = ["full", "fold"
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = ["derive"] }
 proptest = { default-features = false, version = "1.2.0", features = ["std"] }
-serde = { default-features = false, version = "1.0.180", features = ["derive"] }
+serde = { default-features = false, version = "1.0.183", features = ["derive"] }
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index c8d395cea..62ac5ee23 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]
 
 [dependencies]
 apache-avro = { path = "../avro" }
-serde = { default-features = false, version = "1.0.180", features = ["derive"] }
+serde = { default-features = false, version = "1.0.183", features = ["derive"] }
 wasm-bindgen = "0.2.87"
 
 [dev-dependencies]