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 0bee1a782 Bump proc-macro2 from 1.0.49 to 1.0.50 in /lang/rust (#2061)
0bee1a782 is described below

commit 0bee1a78214f1f8b23f0f87bfb29e1c8a71416e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 18 09:29:27 2023 +0200

    Bump proc-macro2 from 1.0.49 to 1.0.50 in /lang/rust (#2061)
    
    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.49 to 
1.0.50.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.49...1.0.50)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit fc2a4e0e5d88755c776b97fa1872e70ffbe0d4bb)
---
 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 c44f08a17..b4787712b 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -707,9 +707,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.49"
+version = "1.0.50"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
+checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 50963504a..36b995560 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.2" }
-proc-macro2 = { default-features = false, version = "1.0.49" }
+proc-macro2 = { default-features = false, version = "1.0.50" }
 quote = { default-features = false, version = "1.0.23" }
 serde_json = { default-features = false, version = "1.0.91", features = 
["std"] }
 syn = { default-features = false, version = "1.0.107", features = ["full", 
"fold"] }

Reply via email to