From 343c75e3b2f190654c11264ae9522bb91e13635c Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Fri, 3 Nov 2023 10:53:04 +0100 Subject: [PATCH] [rust] Bump Selenium Manager to version 0.4.16 --- rust/BUILD.bazel | 2 +- rust/Cargo.Bazel.lock | 10 +++++----- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index c09c8aa644998..b56a65e9ef989 100644 --- a/rust/BUILD.bazel +++ b/rust/BUILD.bazel @@ -77,7 +77,7 @@ rust_binary( name = "selenium-manager", srcs = ["src/main.rs"], edition = "2021", - version = "0.4.15", + version = "0.4.16", visibility = ["//visibility:public"], deps = [ ":selenium_manager", diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 84258e6a203f2..efa98f358f12e 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "e97127b371e3c7d16714f1b81546b72b3e9df17a3c6c3e8b9c070b3a0d706041", + "checksum": "54cb120e6612497a2f2c1ddac712e99438e16675b08abafcc8bd7728417ee43a", "crates": { "addr2line 0.19.0": { "name": "addr2line", @@ -8121,9 +8121,9 @@ }, "license": "Apache-2.0/ISC/MIT" }, - "selenium-manager 0.4.15": { + "selenium-manager 0.4.16": { "name": "selenium-manager", - "version": "0.4.15", + "version": "0.4.16", "repository": null, "targets": [ { @@ -8248,7 +8248,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.15" + "version": "0.4.16" }, "license": "Apache-2.0" }, @@ -13208,7 +13208,7 @@ }, "binary_crates": [], "workspace_members": { - "selenium-manager 0.4.15": "rust" + "selenium-manager 0.4.16": "rust" }, "conditions": { "aarch64-apple-darwin": [ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index eaeebafad39f4..728d4def45dd5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "selenium-manager" -version = "0.4.15" +version = "0.4.16" dependencies = [ "anyhow", "assert_cmd", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5fa23fc739489..a6314416e5c82 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selenium-manager" -version = "0.4.15" # don't forget to update rust/BUILD.bazel +version = "0.4.16" # don't forget to update rust/BUILD.bazel edition = "2021" authors = ["Selenium