From 8bb4e4f4bd411a90ecac1fc07982be4b5a6b9dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:43:11 +0000 Subject: [PATCH] build(deps): bump rust-toolchain from 1.95.0 to 1.96.1 Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.95.0 to 1.96.1. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/1.96.1/RELEASES.md) - [Commits](https://github.com/rust-lang/rust/compare/1.95.0...1.96.1) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.96.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6360c18..ea14c7e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.95.0" +channel = "1.96.1" components = ["rustfmt", "clippy"]