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/04/04 05:59:00 UTC

[avro] branch branch-1.11 updated: Bump proc-macro2 from 1.0.54 to 1.0.56 in /lang/rust (#2175)

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 e95a14b14 Bump proc-macro2 from 1.0.54 to 1.0.56 in /lang/rust (#2175)
e95a14b14 is described below

commit e95a14b14d0210a8e78198bf4184f0eb21b538da
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 4 08:58:35 2023 +0300

    Bump proc-macro2 from 1.0.54 to 1.0.56 in /lang/rust (#2175)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.54 to 1.0.56.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.54...1.0.56)
    
    ---
    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 916a09ce852769b9172882957e4b766b2970dd52)
---
 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 0fc08ee28..140c6374c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -714,9 +714,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.54"
+version = "1.0.56"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
+checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 43ea01553..5120091ae 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.54" }
+proc-macro2 = { default-features = false, version = "1.0.56" }
 quote = { default-features = false, version = "1.0.26" }
 serde_json = { default-features = false, version = "1.0.95", features = ["std"] }
 syn = { default-features = false, version = "1.0.109", features = ["full", "fold"] }