diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index eadc61dc6d863..d1d1a21505ac0 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.28-nightly", + version = "0.4.29-nightly", visibility = ["//visibility:public"], deps = [ ":selenium_manager", diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index f1c7f097d2839..beb6257412eee 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "87f471e3241881a49b45fd55d0a4e812b38e0ee58bf72dfbc091df4f5fe87ef5", + "checksum": "7cafa1024c14fe343d60d434da00caf40cc5f74a656d1ffb146147861837045b", "crates": { "addr2line 0.21.0": { "name": "addr2line", @@ -2039,79 +2039,16 @@ "id": "jobserver 0.1.31", "target": "jobserver" }, + { + "id": "libc 0.2.168", + "target": "libc" + }, { "id": "shlex 1.3.0", "target": "shlex" } ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "aarch64-unknown-nixos-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "arm-unknown-linux-gnueabi": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "i686-unknown-linux-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ], - "x86_64-unknown-nixos-gnu": [ - { - "id": "libc 0.2.168", - "target": "libc" - } - ] - } + "selects": {} }, "edition": "2018", "version": "1.1.30" @@ -13204,9 +13141,9 @@ ], "license_file": "LICENSE" }, - "selenium-manager 0.4.28-nightly": { + "selenium-manager 0.4.29-nightly": { "name": "selenium-manager", - "version": "0.4.28-nightly", + "version": "0.4.29-nightly", "package_url": "https://github.com/SeleniumHQ/selenium", "repository": null, "targets": [ @@ -13355,7 +13292,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.28-nightly" + "version": "0.4.29-nightly" }, "license": "Apache-2.0", "license_ids": [ @@ -21478,7 +21415,7 @@ }, "binary_crates": [], "workspace_members": { - "selenium-manager 0.4.28-nightly": "rust" + "selenium-manager 0.4.29-nightly": "rust" }, "conditions": { "aarch64-apple-darwin": [ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d8fe34697f3e3..b9d65ec00b1be 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1827,7 +1827,7 @@ dependencies = [ [[package]] name = "selenium-manager" -version = "0.4.28-nightly" +version = "0.4.29-nightly" dependencies = [ "anyhow", "apple-flat-package", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 07e372c826e5f..2ede6b75041e1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selenium-manager" -version = "0.4.28-nightly" # don't forget to update rust/BUILD.bazel +version = "0.4.29-nightly" # don't forget to update rust/BUILD.bazel edition = "2021" authors = ["Selenium