From 35fb7f051efdeedc8f411134041466c278be8ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:23:16 +0000 Subject: [PATCH] Bump rust-toolchain from 1.96.1 to 1.97.1 Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.96.1 to 1.97.1. - [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.96.1...1.97.1) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.97.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nix/sources.json | 12 ++++++------ opsqueue/src/consumer/strategy.rs | 2 +- rust-toolchain.toml | 2 +- typos.toml | 4 ++++ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index b734ea33..a729a1f5 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://crane.dev", "owner": "ipetkov", "repo": "crane", - "rev": "469fd08d0bcf6926321fa973c6777fbc87785dd7", - "sha256": "1acw9xb1cxdj9c7h5dajcqjz7wmlvwfhiqy4069b71j8hk0clmaa", + "rev": "7930f6c291de6f83c257839d434592aa085f290a", + "sha256": "0y49sj1pn2garc7gn7424qa68xn03cz6zrfcvnjcbzsm28vdci2f", "type": "tarball", - "url": "https://github.com/ipetkov/crane/archive/469fd08d0bcf6926321fa973c6777fbc87785dd7.tar.gz", + "url": "https://github.com/ipetkov/crane/archive/7930f6c291de6f83c257839d434592aa085f290a.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "oxalica", "repo": "rust-overlay", - "rev": "e3fa5cf86b93914b8f312b2a1ca14fbb139c655c", - "sha256": "04ci7amdr6xxdd802dv0i2csvwlqyj603w9kv40r7jn343vqmihy", + "rev": "47759faaddf38fadaf172151ca9df8adae9c0b2e", + "sha256": "01cwagfvd1bv4qgqpjcar6v0k66kcpnk4j2k71kdhhsj5yc81bqc", "type": "tarball", - "url": "https://github.com/oxalica/rust-overlay/archive/e3fa5cf86b93914b8f312b2a1ca14fbb139c655c.tar.gz", + "url": "https://github.com/oxalica/rust-overlay/archive/47759faaddf38fadaf172151ca9df8adae9c0b2e.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } } diff --git a/opsqueue/src/consumer/strategy.rs b/opsqueue/src/consumer/strategy.rs index 89a7ff84..17906e89 100644 --- a/opsqueue/src/consumer/strategy.rs +++ b/opsqueue/src/consumer/strategy.rs @@ -791,6 +791,6 @@ pub mod test { .await .unwrap(); - assert!(vals1 != vals2); + assert_ne!(vals1, vals2); } } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 346abee1..646e81e6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.96.1" +channel = "1.97.1" components = ["clippy", "rustfmt", "rust-analyzer", "rust-src"] profile = "minimal" diff --git a/typos.toml b/typos.toml index 40af6f61..11a80a90 100644 --- a/typos.toml +++ b/typos.toml @@ -1,4 +1,8 @@ [default] +extend-ignore-re = [ + "\\b[0-9abcdfghijklmnpqrsvwxyz]{32,}\\b", + "\\bsha(?:1|224|256|384|512)-[A-Za-z0-9+/=]{16,}\\b", +] [default.extend-words] missable = "missable"