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 68e600946 Bump proc-macro2 from 1.0.70 to 1.0.71 in /lang/rust (#2647)
68e600946 is described below

commit 68e600946be77710f8cc5d9ddad0f78611f8c0bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 25 06:34:36 2023 +0200

    Bump proc-macro2 from 1.0.70 to 1.0.71 in /lang/rust (#2647)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.70 to 
1.0.71.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.70...1.0.71)
    
    ---
    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 cc9d99bb94fcd8dd42416c58b7b633e4fd1bfa3b)
---
 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 ae9576a01..8204a2bfa 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -913,9 +913,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.70"
+version = "1.0.71"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
+checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 6a69c710e..05a6fc82d 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.20.3" }
-proc-macro2 = { default-features = false, version = "1.0.70" }
+proc-macro2 = { default-features = false, version = "1.0.71" }
 quote = { default-features = false, version = "1.0.33" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.42", features = ["full", 
"fold"] }

Reply via email to