deps: bump proc-macro-warning from 0.4.1 to 0.4.2

Pull-Request: #4435.
This commit is contained in:
dependabot[bot] 2023-09-05 13:35:19 +00:00 committed by GitHub
parent 45b34bcdaa
commit b108c6847c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4272,9 +4272,9 @@ dependencies = [
[[package]]
name = "proc-macro-warning"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70550716265d1ec349c41f70dd4f964b4fd88394efe4405f0c1da679c4799a07"
checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e"
dependencies = [
"proc-macro2",
"quote",

View File

@ -17,7 +17,7 @@ proc-macro = true
heck = "0.4"
quote = "1.0"
syn = { version = "2.0.31", default-features = false, features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"] }
proc-macro-warning = "0.4.0"
proc-macro-warning = "0.4.2"
proc-macro2 = "1.0"
# Passing arguments to the docsrs builder in order to properly document cfg's.