From 7989a1f18f710776ac0b73a363fc5f023f644cd0 Mon Sep 17 00:00:00 2001 From: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:31:41 -0500 Subject: [PATCH 1/2] [rust] Update cargo lock --- rust/Cargo.Bazel.lock | 10 +++++----- rust/Cargo.lock | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 525ea913b3a26..d4d3984c1b337 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "371e43f83d6f9537c38b1ee88f02519bf38990f37aa0fde5e0a9df9d57f9a3d0", + "checksum": "9db0ccfee7f54ecefc6998f694fe9a07d8558cf265659fefcb4d4435a7be808c", "crates": { "addr2line 0.25.1": { "name": "addr2line", @@ -12004,9 +12004,9 @@ ], "license_file": "LICENSE" }, - "selenium-manager 0.4.41": { + "selenium-manager 0.4.42-nightly": { "name": "selenium-manager", - "version": "0.4.41", + "version": "0.4.42-nightly", "package_url": "https://github.com/SeleniumHQ/selenium", "repository": null, "targets": [ @@ -12162,7 +12162,7 @@ "selects": {} }, "edition": "2024", - "version": "0.4.41" + "version": "0.4.42-nightly" }, "license": "Apache-2.0", "license_ids": [ @@ -20613,7 +20613,7 @@ }, "binary_crates": [], "workspace_members": { - "selenium-manager 0.4.41": "rust" + "selenium-manager 0.4.42-nightly": "rust" }, "conditions": { "aarch64-apple-darwin": [ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8be7fe743e36e..e185e5c9635a1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1857,7 +1857,7 @@ dependencies = [ [[package]] name = "selenium-manager" -version = "0.4.41" +version = "0.4.42-nightly" dependencies = [ "anyhow", "apple-flat-package", From 1edbe85743536b758334334a99764dda5c05f3e9 Mon Sep 17 00:00:00 2001 From: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:10:49 -0500 Subject: [PATCH 2/2] update Gemfile.lock --- rb/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rb/Gemfile.lock b/rb/Gemfile.lock index 0d5b89c9e7646..237965ed5a7ae 100644 --- a/rb/Gemfile.lock +++ b/rb/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: selenium-devtools (0.145.0) selenium-webdriver (~> 4.2) - selenium-webdriver (4.41.0) + selenium-webdriver (4.42.0.nightly) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5)