From 8a8f64753e2479c3007a84c5ec9a7c47ba474107 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 09:39:46 +0000
Subject: [PATCH] [cargo] Bump the non-major-dependencies group with 2 updates
(#1175)
Bumps the non-major-dependencies group with 2 updates:
[indexmap](https://github.com/indexmap-rs/indexmap) and
[syn](https://github.com/dtolnay/syn).
Updates `indexmap` from 2.6.0 to 2.7.0
Changelog
Sourced from indexmap's
changelog.
2.7.0 (2024-11-30)
- Added methods
Entry::insert_entry
and
VacantEntry::insert_entry
, returning
an OccupiedEntry
after insertion.
Commits
Updates `syn` from 2.0.89 to 2.0.90
Release notes
Sourced from syn's
releases.
2.0.90
- Fix automatic parenthesization of subexpressions containing outer
attributes, such as
(#[attr] thing).field
(#1785)
- Fix automatic parenthesization of function calls via a struct field,
such as
(thing.field)()
and thing.0()
(#1786)
Commits
ac5b41c
Release 2.0.90
9037abb
Merge pull request #1787
from dtolnay/unparenthesizetest
1a549c0
Improve test_unparenthesize to catch more false negatives
f9aa206
Merge pull request #1786
from dtolnay/fieldcall
1445ccf
Do not parenthesize unnamed tuple struct fields in call
48d0101
Fix parenthesization of field expressions in function calls
0e5c568
Add test of parentheses needed in call of field
1cf735e
Merge pull request #1785
from dtolnay/attrprecedence
204c155
Lower precedence of expressions containing outer attrs
401399f
Add test of attr precedence inside subexpression
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 50 +++++++++++++++++++++++++-------------------------
Cargo.toml | 4 ++--
2 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 35479e3275..83da3815fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -380,7 +380,7 @@ dependencies = [
"heck",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -414,7 +414,7 @@ dependencies = [
"serde",
"strum",
"strum_macros",
- "syn 2.0.89",
+ "syn 2.0.90",
"thiserror",
]
@@ -425,7 +425,7 @@ dependencies = [
"itertools 0.13.0",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -655,7 +655,7 @@ dependencies = [
"ident_case",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -666,7 +666,7 @@ checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
dependencies = [
"darling_core",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -677,7 +677,7 @@ checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -735,7 +735,7 @@ dependencies = [
"darling",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -1131,7 +1131,7 @@ dependencies = [
"quote",
"serde",
"serde_json",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -1206,9 +1206,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.6.0"
+version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
+checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
dependencies = [
"equivalent",
"hashbrown 0.15.1",
@@ -1555,7 +1555,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -1627,7 +1627,7 @@ dependencies = [
"pest_meta",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -1696,7 +1696,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -1742,7 +1742,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -2117,7 +2117,7 @@ checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -2461,7 +2461,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -2483,9 +2483,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.89"
+version = "2.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
+checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
dependencies = [
"proc-macro2",
"quote",
@@ -2648,7 +2648,7 @@ checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -2799,7 +2799,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
@@ -3055,7 +3055,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
"wasm-bindgen-shared",
]
@@ -3089,7 +3089,7 @@ checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -3426,7 +3426,7 @@ dependencies = [
"heck",
"indexmap",
"prettyplease",
- "syn 2.0.89",
+ "syn 2.0.90",
"wasm-metadata",
"wit-bindgen-core",
"wit-component",
@@ -3442,7 +3442,7 @@ dependencies = [
"prettyplease",
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
"wit-bindgen-core",
"wit-bindgen-rust",
]
@@ -3516,7 +3516,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.89",
+ "syn 2.0.90",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 4f5d4bf0b6..f820596723 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -107,7 +107,7 @@ env_logger = { version = "0.11.5" }
iai-callgrind = { version = "0.12.3" }
iai-callgrind-runner = { version = "0.12.3" }
ignore = { version = "0.4.23" }
-indexmap = { version = "2.6.0", features = ["serde"] }
+indexmap = { version = "2.7.0", features = ["serde"] }
indicatif = { version = "0.17.9", features = ["in_memory"] }
indoc = { version = "2.0.5" }
Inflector = { version = "0.11.4" }
@@ -138,7 +138,7 @@ string-interner = { version = "0.17.0", features = [
] }
strum = { version = "0.26.3" }
strum_macros = { version = "0.26.4" }
-syn = { version = "2.0.89", features = [
+syn = { version = "2.0.90", features = [
"fold",
"full",
"extra-traits",