diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index f3c790285fd11..ecf902486e711 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.22-nightly", + version = "0.4.23-nightly", visibility = ["//visibility:public"], deps = [ ":selenium_manager", diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index b422222de5650..69f1bbe180169 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "3c40e6cfd677a9630e12b9d6a4e7dd126a97aaa0f3e02367c8983ff7e3353df5", + "checksum": "149bb9b0c3a9f334ef58ebb67cac35f2288de202aa1980ddfe080096bd773d7a", "crates": { "addr2line 0.21.0": { "name": "addr2line", @@ -11590,9 +11590,9 @@ ], "license_file": "LICENSE" }, - "selenium-manager 0.4.22-nightly": { + "selenium-manager 0.4.23-nightly": { "name": "selenium-manager", - "version": "0.4.22-nightly", + "version": "0.4.23-nightly", "package_url": "https://github.com/SeleniumHQ/selenium", "repository": null, "targets": [ @@ -11729,7 +11729,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.22-nightly" + "version": "0.4.23-nightly" }, "license": "Apache-2.0", "license_ids": [ @@ -18778,7 +18778,7 @@ }, "binary_crates": [], "workspace_members": { - "selenium-manager 0.4.22-nightly": "rust" + "selenium-manager 0.4.23-nightly": "rust" }, "conditions": { "aarch64-apple-darwin": [ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e0183375ec213..1dfacf7e83384 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1817,7 +1817,7 @@ dependencies = [ [[package]] name = "selenium-manager" -version = "0.4.22-nightly" +version = "0.4.23-nightly" dependencies = [ "anyhow", "apple-flat-package", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ad9af7cdfdf28..7bf6a6c198ec5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selenium-manager" -version = "0.4.22-nightly" # don't forget to update rust/BUILD.bazel +version = "0.4.23-nightly" # don't forget to update rust/BUILD.bazel edition = "2021" authors = ["Selenium