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 2023/03/22 19:24:41 UTC

[avro] branch branch-1.11 updated: Bump proc-macro2 from 1.0.52 to 1.0.53 in /lang/rust (#2160)

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 537f3465d Bump proc-macro2 from 1.0.52 to 1.0.53 in /lang/rust (#2160)
537f3465d is described below

commit 537f3465d97e0d6c7a6b358c5573d13f7bc18b93
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 22 21:22:20 2023 +0200

    Bump proc-macro2 from 1.0.52 to 1.0.53 in /lang/rust (#2160)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.52 to 1.0.53.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.52...1.0.53)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 207ff089d1c2307836170d8e4f198d1275fb8c2b)
---
 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 5d69c439a..cd54309c0 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -714,9 +714,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.52"
+version = "1.0.53"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
+checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index b11bfb52d..96855e68e 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -34,7 +34,7 @@ proc-macro = true
 
 [dependencies]
 darling = { default-features = false, version = "0.14.4" }
-proc-macro2 = { default-features = false, version = "1.0.52" }
+proc-macro2 = { default-features = false, version = "1.0.53" }
 quote = { default-features = false, version = "1.0.26" }
 serde_json = { default-features = false, version = "1.0.94", features = ["std"] }
 syn = { default-features = false, version = "1.0.109", features = ["full", "fold"] }