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 d8c45b6 chore: Bump proc-macro2 from 1.0.86 to 1.0.87 (#16)
d8c45b6 is described below
commit d8c45b63500bb40bf1cb8ce32943306bf1f6cf13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 8 08:24:11 2024 +0300
chore: Bump proc-macro2 from 1.0.86 to 1.0.87 (#16)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.86 to
1.0.87.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.87)
---
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>
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 3ac5e54..93bc678 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -933,9 +933,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.86"
+version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
+checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
dependencies = [
"unicode-ident",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 31a06ac..49e1782 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.86" }
+proc-macro2 = { default-features = false, version = "1.0.87" }
quote = { default-features = false, version = "1.0.37" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.79", features = ["full",
"fold"] }