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/12/20 19:37:13 UTC

[avro] branch branch-1.11 updated: Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust (#2026)

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 7c6077ba6 Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust (#2026)
7c6077ba6 is described below

commit 7c6077ba62afe293c889f29c18b30a02f4e18517
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 20 21:36:48 2022 +0200

    Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust (#2026)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.47 to 1.0.49.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.47...1.0.49)
    
    ---
    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 7067df861675e431331f4ade624a12c9103c42bc)
---
 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 7fa73644e..710c2436e 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -707,9 +707,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.47"
+version = "1.0.49"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
+checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 2a5fac53d..9307f25c5 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.2" }
-proc-macro2 = { default-features = false, version = "1.0.47" }
+proc-macro2 = { default-features = false, version = "1.0.49" }
 quote = { default-features = false, version = "1.0.23" }
 serde_json = { default-features = false, version = "1.0.91", features = ["std"] }
 syn = { default-features = false, version = "1.0.107", features = ["full", "fold"] }