You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/10/03 10:44:03 UTC

[avro] branch branch-1.11 updated: Bump proc-macro2 from 1.0.44 to 1.0.46 in /lang/rust (#1894)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 9d1bbd5bd Bump proc-macro2 from 1.0.44 to 1.0.46 in /lang/rust (#1894)
9d1bbd5bd is described below

commit 9d1bbd5bd962d9949880c0fdee59b2781ba98229
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 13:43:35 2022 +0300

    Bump proc-macro2 from 1.0.44 to 1.0.46 in /lang/rust (#1894)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.44 to 1.0.46.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.44...1.0.46)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 046b4d153066c4afbdd681a71c6bdc5d706b1d35)
---
 lang/rust/Cargo.lock             | 4 ++--
 lang/rust/avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 042f0ea8c..e27e60a54 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -767,9 +767,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.44"
+version = "1.0.46"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7bd7356a8122b6c4a24a82b278680c73357984ca2fc79a0f9fa6dea7dced7c58"
+checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index eee89c3b6..c7852f935 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -33,7 +33,7 @@ proc-macro = true
 
 [dependencies]
 darling = { default-features = false, version = "0.14.1" }
-proc-macro2 = { default-features = false, version = "1.0.44" }
+proc-macro2 = { default-features = false, version = "1.0.46" }
 quote = { default-features = false, version = "1.0.21" }
 serde_json = { default-features = false, version = "1.0.85", features = ["std"] }
 syn = { default-features = false, version = "1.0.101", features = ["full", "fold"] }