Skip to content

Commit 343c75e

Browse files
committed
[rust] Bump Selenium Manager to version 0.4.16
1 parent 8dfaae7 commit 343c75e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rust/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rust_binary(
7777
name = "selenium-manager",
7878
srcs = ["src/main.rs"],
7979
edition = "2021",
80-
version = "0.4.15",
80+
version = "0.4.16",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "e97127b371e3c7d16714f1b81546b72b3e9df17a3c6c3e8b9c070b3a0d706041",
2+
"checksum": "54cb120e6612497a2f2c1ddac712e99438e16675b08abafcc8bd7728417ee43a",
33
"crates": {
44
"addr2line 0.19.0": {
55
"name": "addr2line",
@@ -8121,9 +8121,9 @@
81218121
},
81228122
"license": "Apache-2.0/ISC/MIT"
81238123
},
8124-
"selenium-manager 0.4.15": {
8124+
"selenium-manager 0.4.16": {
81258125
"name": "selenium-manager",
8126-
"version": "0.4.15",
8126+
"version": "0.4.16",
81278127
"repository": null,
81288128
"targets": [
81298129
{
@@ -8248,7 +8248,7 @@
82488248
"selects": {}
82498249
},
82508250
"edition": "2021",
8251-
"version": "0.4.15"
8251+
"version": "0.4.16"
82528252
},
82538253
"license": "Apache-2.0"
82548254
},
@@ -13208,7 +13208,7 @@
1320813208
},
1320913209
"binary_crates": [],
1321013210
"workspace_members": {
13211-
"selenium-manager 0.4.15": "rust"
13211+
"selenium-manager 0.4.16": "rust"
1321213212
},
1321313213
"conditions": {
1321413214
"aarch64-apple-darwin": [

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.15" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.16" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <selenium-developers@googlegroups.com"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)