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 a9c1daa5c Bump proc-macro2 from 1.0.42 to 1.0.43 in /lang/rust (#1802)
a9c1daa5c is described below

commit a9c1daa5c78ec3238e2761d3a60826dc49b50ad0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 4 10:39:24 2022 +0300

    Bump proc-macro2 from 1.0.42 to 1.0.43 in /lang/rust (#1802)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.42 to 
1.0.43.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.42...1.0.43)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 0a8538958fd7442d0d4255118cc0c8e45027235c)
---
 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 392639330..d32f78fee 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -785,9 +785,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.42"
+version = "1.0.43"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
+checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 627b8749a..f3f904d91 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.42" }
+proc-macro2 = { default-features = false, version = "1.0.43" }
 quote = { default-features = false, version = "1.0.18" }
 serde_json = { default-features = false, version = "1.0.82", features = 
["std"] }
 syn = { default-features = false, version = "1.0.96", features = ["full", 
"fold"] }

Reply via email to