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 b33dc2031 Bump proc-macro2 from 1.0.79 to 1.0.80 in /lang/rust (#2852)
b33dc2031 is described below

commit b33dc2031e3a19f097f61d4836ecb5360ddf1d48
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 16 09:18:37 2024 +0300

    Bump proc-macro2 from 1.0.79 to 1.0.80 in /lang/rust (#2852)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.79 to 
1.0.80.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.79...1.0.80)
    
    ---
    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 db1ac6f0028eb49b05e86a0abbb68be501767346)
---
 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 df9fd45e3..1280d396f 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -938,9 +938,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.79"
+version = "1.0.80"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
+checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index dcbc5c999..31e516fe7 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.8" }
-proc-macro2 = { default-features = false, version = "1.0.79" }
+proc-macro2 = { default-features = false, version = "1.0.80" }
 quote = { default-features = false, version = "1.0.36" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.58", features = ["full", 
"fold"] }

Reply via email to