Skip to content

Commit 2b8e2bc

Browse files
fix(deps): bump quote from 1.0.41 to 1.0.42
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.42) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f76d4d commit 2b8e2bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ percent-encoding = "2.2.0"
7878
image = "0.25"
7979
predicates = "3.0"
8080
prettyplease = "0.2.32"
81-
quote = "1.0.40"
81+
quote = "1.0.42"
8282
r2d2 = "0.8.10"
8383
r2d2_sqlite = "0.25.0"
8484
rand = "0.9.0"

crates/aws-toolkit-telemetry-definitions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010
[build-dependencies]
1111
convert_case = "0.8.0"
1212
prettyplease = "0.2.32"
13-
quote = "1.0.40"
13+
quote = "1.0.42"
1414
serde.workspace = true
1515
serde_json.workspace = true
1616
syn = "2.0.101"

0 commit comments

Comments
 (0)