From 1d5aaf1dc4b80a035cbdfd247cb9d29f66bf978e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:54:24 +0000 Subject: [PATCH] Bump snltest from `88ed38d` to `5e934ae` in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [snltest](https://github.com/snltd/snltest). Updates `snltest` from `88ed38d` to `5e934ae` - [Commits](https://github.com/snltd/snltest/compare/88ed38db0441725c13302f9cb5f13d03b7538088...5e934ae14c140c0b4ef5122d1528d25666e7e0fd) --- updated-dependencies: - dependency-name: snltest dependency-version: 5e934ae14c140c0b4ef5122d1528d25666e7e0fd dependency-type: direct:production dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91e39b7..08ff6c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,21 +356,10 @@ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", "libc", - "r-efi 5.3.0", + "r-efi", "wasip2", ] -[[package]] -name = "getrandom" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" -dependencies = [ - "cfg-if", - "libc", - "r-efi 6.0.0", -] - [[package]] name = "glob" version = "0.3.4" @@ -642,12 +631,6 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" -[[package]] -name = "r-efi" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" - [[package]] name = "rand" version = "0.8.8" @@ -873,7 +856,7 @@ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891" [[package]] name = "snltest" version = "0.1.0" -source = "git+https://github.com/snltd/snltest.git#88ed38db0441725c13302f9cb5f13d03b7538088" +source = "git+https://github.com/snltd/snltest.git#5e934ae14c140c0b4ef5122d1528d25666e7e0fd" dependencies = [ "camino", "camino-tempfile-ext", @@ -914,7 +897,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys",