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

Pull-Request: #4608.
This commit is contained in:
dependabot[bot]
2023-10-10 00:56:57 +00:00
committed by GitHub
parent 14ccaed094
commit e6be50154d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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