You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/04 07:39:30 UTC

[avro] branch master updated: Bump proc-macro2 from 1.0.42 to 1.0.43 in /lang/rust (#1802)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a8538958 Bump proc-macro2 from 1.0.42 to 1.0.43 in /lang/rust (#1802)
0a8538958 is described below

commit 0a8538958fd7442d0d4255118cc0c8e45027235c
Author: dependabot[bot] <49...@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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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"] }