Skip to content

Commit

Permalink
Fixing cargo file and package lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 16, 2024
1 parent 2b1f3e8 commit 4af96f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/SeleniumHQ/selenium.git"
},
"engines": {
"node": ">= 14.22.0-nightly202405160507"
"node": ">= 14.21.0"
},
"dependencies": {
"jszip": "^3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 5 additions & 5 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "c0105830eebfd11a03106ad66e58620e6231a3659bcee6bf5fdc9005efe6923c",
"checksum": "b2e8e131a61aaac6251ade6bbc80c66ef9a1e2ec134a22f887b3bd1e1617456e",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down Expand Up @@ -12083,9 +12083,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.21": {
"selenium-manager 0.4.22-nightly": {
"name": "selenium-manager",
"version": "0.4.21",
"version": "0.4.22-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -12218,7 +12218,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.21"
"version": "0.4.22-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -19277,7 +19277,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.21": "rust"
"selenium-manager 0.4.22-nightly": "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.

0 comments on commit 4af96f1

Please sign in to comment.