Update some dependencies (#2134)

* Update some dependencies

* Update to action v2

* Fix for v2
This commit is contained in:
James Lindsay 2024-12-12 18:28:49 +00:00 committed by GitHub
parent d97b02506e
commit fc0cf604df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1831 additions and 1131 deletions

View file

@ -1,6 +1,6 @@
use crate::parsing::{Implementation, ParsedField, ParsedNodeFn};
use proc_macro_error::emit_error;
use proc_macro_error2::emit_error;
use quote::quote;
use syn::{spanned::Spanned, GenericParam, Type};