Bump proc-macro2 from 1.0.76 to 1.0.78 (#9738)

This commit is contained in:
dependabot[bot] 2024-01-31 10:48:37 -05:00 committed by GitHub
parent 7ae7bf6e30
commit 3f4ab87061
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

@ -1771,9 +1771,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.76" version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]

View file

@ -64,7 +64,7 @@ path-absolutize = { version = "3.1.1" }
pathdiff = { version = "0.2.1" } pathdiff = { version = "0.2.1" }
pep440_rs = { version = "0.4.0", features = ["serde"] } pep440_rs = { version = "0.4.0", features = ["serde"] }
pretty_assertions = "1.3.0" pretty_assertions = "1.3.0"
proc-macro2 = { version = "1.0.73" } proc-macro2 = { version = "1.0.78" }
pyproject-toml = { version = "0.8.1" } pyproject-toml = { version = "0.8.1" }
quick-junit = { version = "0.3.5" } quick-junit = { version = "0.3.5" }
quote = { version = "1.0.23" } quote = { version = "1.0.23" }