Skip to content

Commit 8c95b6c

Browse files
authored
chore: bump dependencies, clippy 1.89, cargo update, MSRV 1.86 (#2103)
* chore: bump zip * bump toml * chore: clippy 1.89 * tokio-tungstenite * gix * cargo metadata * cargo update * bump MSRV to 1.86
1 parent 9096966 commit 8c95b6c

File tree

7 files changed

+861
-703
lines changed

7 files changed

+861
-703
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executors:
88
docker-rust:
99
docker:
1010
# Note: Let CI use our MSRV, rather than latest
11-
- image: cimg/rust:1.85.0
11+
- image: cimg/rust:1.86.0
1212
resource_class: small
1313
machine-ubuntu:
1414
machine:
@@ -101,7 +101,7 @@ commands:
101101
- run:
102102
name: Install Rust (MSRV)
103103
# Note: Let CI use our MSRV, rather than latest
104-
command: which cargo || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.85.0
104+
command: which cargo || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.86.0
105105
install-cargo-make:
106106
steps:
107107
- run:

0 commit comments

Comments
 (0)