Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
build(deps): bump quote from 1.0.14 to 1.0.35
Browse files Browse the repository at this point in the history
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.14 to 1.0.35.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.14...1.0.35)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 9856042 commit 1d846f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1341,11 +1341,11 @@ dependencies = [

[[package]]
name = "proc-macro2"
version = "1.0.36"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
dependencies = [
"unicode-xid",
"unicode-ident",
]

[[package]]
Expand Down Expand Up @@ -1403,9 +1403,9 @@ dependencies = [

[[package]]
name = "quote"
version = "1.0.14"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
Expand Down Expand Up @@ -2265,6 +2265,12 @@ version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "unicode-normalization"
version = "0.1.19"
Expand Down
2 changes: 1 addition & 1 deletion fip_api_attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[dependencies]
# proc-macro2 = { default-features = false, version = "1.0.24" }
quote = { default-features = false, features = ["proc-macro"], version = "1.0.14" }
quote = { default-features = false, features = ["proc-macro"], version = "1.0.35" }
syn = { default-features = false, features = ["clone-impls", "derive", "extra-traits", "fold", "full", "extra-traits", "parsing", "printing", "proc-macro", "visit", "visit-mut"], version = "1.0.86" }

# [dev-dependencies]
Expand Down

0 comments on commit 1d846f1

Please sign in to comment.