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

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


The following commit(s) were added to refs/heads/main by this push:
     new 01fd946  chore: Bump proc-macro2 from 1.0.87 to 1.0.88 (#25)
01fd946 is described below

commit 01fd9466d2a690cefe1d7bfbd012633e7a6bcd21
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 17 07:52:26 2024 +0300

    chore: Bump proc-macro2 from 1.0.87 to 1.0.88 (#25)
---
 Cargo.lock             | 4 ++--
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index cc182bb..5bcd469 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -933,9 +933,9 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.87"
+version = "1.0.88"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
+checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
 dependencies = [
  "unicode-ident",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 49e1782..f87eba8 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -33,7 +33,7 @@ proc-macro = true
 
 [dependencies]
 darling = { default-features = false, version = "0.20.10" }
-proc-macro2 = { default-features = false, version = "1.0.87" }
+proc-macro2 = { default-features = false, version = "1.0.88" }
 quote = { default-features = false, version = "1.0.37" }
 serde_json = { workspace = true }
 syn = { default-features = false, version = "2.0.79", features = ["full", 
"fold"] }

Reply via email to