Skip to content

Commit

Permalink
[rust] Bump Selenium Manager to version 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Nov 3, 2023
1 parent 8dfaae7 commit 343c75e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.Bazel.lock
@@ -1,5 +1,5 @@
{
"checksum": "e97127b371e3c7d16714f1b81546b72b3e9df17a3c6c3e8b9c070b3a0d706041",
"checksum": "54cb120e6612497a2f2c1ddac712e99438e16675b08abafcc8bd7728417ee43a",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -8248,7 +8248,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.15"
"version": "0.4.16"
},
"license": "Apache-2.0"
},
Expand Down Expand Up @@ -13208,7 +13208,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.15": "rust"
"selenium-manager 0.4.16": "rust"
},
"conditions": {
"aarch64-apple-darwin": [
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <selenium-developers@googlegroups.com"]
license = "Apache-2.0"
Expand Down

0 comments on commit 343c75e

Please sign in to comment.