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 4a21f13fc Bump proc-macro2 from 1.0.64 to 1.0.66 in /lang/rust (#2357)
4a21f13fc is described below

commit 4a21f13fc0f2b0e5e02ce404b327418151b9d6cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 17 23:41:17 2023 +0300

    Bump proc-macro2 from 1.0.64 to 1.0.66 in /lang/rust (#2357)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.64 to 
1.0.66.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.64...1.0.66)
    
    ---
    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 de2af031ccd149c54d82716664f15add8acdf5c7)
---
 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 c69470292..81b8131aa 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -778,9 +778,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.64"
+version = "1.0.66"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
+checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 613bf6667..c2161f158 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.64" }
+proc-macro2 = { default-features = false, version = "1.0.66" }
 quote = { default-features = false, version = "1.0.29" }
 serde_json = { default-features = false, version = "1.0.102", features = 
["std"] }
 syn = { default-features = false, version = "2.0.25", features = ["full", 
"fold"] }

Reply via email to