Update Rust crate proc-macro2 to v1.0.81

This commit is contained in:
renovate[bot] 2024-04-26 06:05:49 +00:00 committed by GitHub
parent 341bafb91e
commit f60867f43e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2320,9 +2320,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.79" version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]

View file

@ -79,7 +79,7 @@ async-trait = "0.1.80"
lru-cache = "0.1.2" lru-cache = "0.1.2"
proc-macro2 = "=1.0.79" proc-macro2 = "=1.0.81"
# standard date and time tools # standard date and time tools
[dependencies.chrono] [dependencies.chrono]