From 89a846d6e6948508ead2043ee8588242decb0411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:25:59 +0000 Subject: [PATCH] Bump rust-toolchain from 1.93.0 to 1.95.0 Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.93.0 to 1.95.0. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md) - [Commits](https://github.com/rust-lang/rust/compare/1.93.0...1.95.0) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.95.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- default.nix | 2 +- nix/sources.json | 12 ++++++------ rust-toolchain.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/default.nix b/default.nix index b7e02241..85e1d771 100644 --- a/default.nix +++ b/default.nix @@ -30,7 +30,7 @@ let # For linting and formatting pkgs.biome - pkgs.nixfmt-rfc-style + pkgs.nixfmt pkgs.pre-commit pkgs.python3Packages.pre-commit-hooks pkgs.ruff diff --git a/nix/sources.json b/nix/sources.json index bd07fbcb..87f67126 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://crane.dev", "owner": "ipetkov", "repo": "crane", - "rev": "5e0fb2f64edff2822249f21293b8304dedaaf676", - "sha256": "0mqw6ibknf1845ygfq28h16655a4zd2r18bigqr0n0rih333jj3c", + "rev": "469fd08d0bcf6926321fa973c6777fbc87785dd7", + "sha256": "1acw9xb1cxdj9c7h5dajcqjz7wmlvwfhiqy4069b71j8hk0clmaa", "type": "tarball", - "url": "https://github.com/ipetkov/crane/archive/5e0fb2f64edff2822249f21293b8304dedaaf676.tar.gz", + "url": "https://github.com/ipetkov/crane/archive/469fd08d0bcf6926321fa973c6777fbc87785dd7.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "oxalica", "repo": "rust-overlay", - "rev": "146e7bf7569b8288f24d41d806b9f584f7cfd5b5", - "sha256": "1px2kyr2ngg633cljxz3891dkiyzmi1mbjb4hpbwl8k278d74p51", + "rev": "e3fa5cf86b93914b8f312b2a1ca14fbb139c655c", + "sha256": "04ci7amdr6xxdd802dv0i2csvwlqyj603w9kv40r7jn343vqmihy", "type": "tarball", - "url": "https://github.com/oxalica/rust-overlay/archive/146e7bf7569b8288f24d41d806b9f584f7cfd5b5.tar.gz", + "url": "https://github.com/oxalica/rust-overlay/archive/e3fa5cf86b93914b8f312b2a1ca14fbb139c655c.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c226aba0..346abee1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.93.0" +channel = "1.96.1" components = ["clippy", "rustfmt", "rust-analyzer", "rust-src"] profile = "minimal"