Skip to content

Commit 2accaa6

Browse files
committed
Auto merge of #3753 - jtgeibel:cargo-update-and-bump-rustc, r=Turbo87
Bump dependencies and rustc Run `cargo update` and bump to new stable rustc. The dependencies `hmac` (0.10 -> 0.11) and `handlebars` (3.x -> 4.0) are not updated in this, as they require code changes to jump to the new releases. r? `@Turbo87`
2 parents 2b95219 + bffe525 commit 2accaa6

File tree

3 files changed

+173
-189
lines changed

3 files changed

+173
-189
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
run: |
104104
rustup set profile minimal
105105
# Pin to older version until a clippy regression is fixed
106-
rustup update 1.52.1
107-
rustup default 1.52.1
106+
rustup update 1.53.0
107+
rustup default 1.53.0
108108
109109
- run: rustup component add rustfmt
110110
- run: rustup component add clippy

0 commit comments

Comments
 (0)