Skip to content

Commit 54ff230

Browse files
authored
[rust] Bump Selenium Manager dependencies (#11524)
1 parent 1f9e14e commit 54ff230

File tree

3 files changed

+67
-183
lines changed

3 files changed

+67
-183
lines changed

rust/Cargo.Bazel.lock

Lines changed: 44 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "9762c7520c612ea9adb5a26039365e15126ce0d35e79f445287faa06016b8e1f",
2+
"checksum": "d5e5d0da5abd8fd788ec68b15d8855e490a5fe56b590cfbace989a98e3b1e90c",
33
"crates": {
44
"adler 1.0.2": {
55
"name": "adler",
@@ -211,62 +211,6 @@
211211
},
212212
"license": "MIT OR Apache-2.0"
213213
},
214-
"atty 0.2.14": {
215-
"name": "atty",
216-
"version": "0.2.14",
217-
"repository": {
218-
"Http": {
219-
"url": "https://crates.io/api/v1/crates/atty/0.2.14/download",
220-
"sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
221-
}
222-
},
223-
"targets": [
224-
{
225-
"Library": {
226-
"crate_name": "atty",
227-
"crate_root": "src/lib.rs",
228-
"srcs": {
229-
"include": [
230-
"**/*.rs"
231-
],
232-
"exclude": []
233-
}
234-
}
235-
}
236-
],
237-
"library_target_name": "atty",
238-
"common_attrs": {
239-
"compile_data_glob": [
240-
"**"
241-
],
242-
"deps": {
243-
"common": [],
244-
"selects": {
245-
"cfg(target_os = \"hermit\")": [
246-
{
247-
"id": "hermit-abi 0.1.19",
248-
"target": "hermit_abi"
249-
}
250-
],
251-
"cfg(unix)": [
252-
{
253-
"id": "libc 0.2.139",
254-
"target": "libc"
255-
}
256-
],
257-
"cfg(windows)": [
258-
{
259-
"id": "winapi 0.3.9",
260-
"target": "winapi"
261-
}
262-
]
263-
}
264-
},
265-
"edition": "2015",
266-
"version": "0.2.14"
267-
},
268-
"license": "MIT"
269-
},
270214
"autocfg 1.1.0": {
271215
"name": "autocfg",
272216
"version": "1.1.0",
@@ -1744,13 +1688,13 @@
17441688
},
17451689
"license": "(Apache-2.0 OR MIT) AND BSD-3-Clause"
17461690
},
1747-
"env_logger 0.9.3": {
1691+
"env_logger 0.10.0": {
17481692
"name": "env_logger",
1749-
"version": "0.9.3",
1693+
"version": "0.10.0",
17501694
"repository": {
17511695
"Http": {
1752-
"url": "https://crates.io/api/v1/crates/env_logger/0.9.3/download",
1753-
"sha256": "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
1696+
"url": "https://crates.io/api/v1/crates/env_logger/0.10.0/download",
1697+
"sha256": "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
17541698
}
17551699
},
17561700
"targets": [
@@ -1773,22 +1717,22 @@
17731717
"**"
17741718
],
17751719
"crate_features": [
1776-
"atty",
1720+
"auto-color",
1721+
"color",
17771722
"default",
17781723
"humantime",
1779-
"regex",
1780-
"termcolor"
1724+
"regex"
17811725
],
17821726
"deps": {
17831727
"common": [
1784-
{
1785-
"id": "atty 0.2.14",
1786-
"target": "atty"
1787-
},
17881728
{
17891729
"id": "humantime 2.1.0",
17901730
"target": "humantime"
17911731
},
1732+
{
1733+
"id": "is-terminal 0.4.2",
1734+
"target": "is_terminal"
1735+
},
17921736
{
17931737
"id": "log 0.4.17",
17941738
"target": "log"
@@ -1804,8 +1748,8 @@
18041748
],
18051749
"selects": {}
18061750
},
1807-
"edition": "2018",
1808-
"version": "0.9.3"
1751+
"edition": "2021",
1752+
"version": "0.10.0"
18091753
},
18101754
"license": "MIT OR Apache-2.0"
18111755
},
@@ -3115,51 +3059,6 @@
31153059
},
31163060
"license": "MIT OR Apache-2.0"
31173061
},
3118-
"hermit-abi 0.1.19": {
3119-
"name": "hermit-abi",
3120-
"version": "0.1.19",
3121-
"repository": {
3122-
"Http": {
3123-
"url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download",
3124-
"sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
3125-
}
3126-
},
3127-
"targets": [
3128-
{
3129-
"Library": {
3130-
"crate_name": "hermit_abi",
3131-
"crate_root": "src/lib.rs",
3132-
"srcs": {
3133-
"include": [
3134-
"**/*.rs"
3135-
],
3136-
"exclude": []
3137-
}
3138-
}
3139-
}
3140-
],
3141-
"library_target_name": "hermit_abi",
3142-
"common_attrs": {
3143-
"compile_data_glob": [
3144-
"**"
3145-
],
3146-
"crate_features": [
3147-
"default"
3148-
],
3149-
"deps": {
3150-
"common": [
3151-
{
3152-
"id": "libc 0.2.139",
3153-
"target": "libc"
3154-
}
3155-
],
3156-
"selects": {}
3157-
},
3158-
"edition": "2018",
3159-
"version": "0.1.19"
3160-
},
3161-
"license": "MIT/Apache-2.0"
3162-
},
31633062
"hermit-abi 0.2.6": {
31643063
"name": "hermit-abi",
31653064
"version": "0.2.6",
@@ -3769,13 +3668,13 @@
37693668
},
37703669
"license": "Apache-2.0 OR MIT"
37713670
},
3772-
"infer 0.11.0": {
3671+
"infer 0.12.0": {
37733672
"name": "infer",
3774-
"version": "0.11.0",
3673+
"version": "0.12.0",
37753674
"repository": {
37763675
"Http": {
3777-
"url": "https://crates.io/api/v1/crates/infer/0.11.0/download",
3778-
"sha256": "0a6c16b11a665b26aeeb9b1d7f954cdeb034be38dd00adab4f2ae921a8fee804"
3676+
"url": "https://crates.io/api/v1/crates/infer/0.12.0/download",
3677+
"sha256": "a898e4b7951673fce96614ce5751d13c40fc5674bc2d759288e46c3ab62598b3"
37793678
}
37803679
},
37813680
"targets": [
@@ -3813,7 +3712,7 @@
38133712
"selects": {}
38143713
},
38153714
"edition": "2018",
3816-
"version": "0.11.0"
3715+
"version": "0.12.0"
38173716
},
38183717
"license": "MIT"
38193718
},
@@ -6034,13 +5933,13 @@
60345933
},
60355934
"license": null
60365935
},
6037-
"rstest 0.15.0": {
5936+
"rstest 0.16.0": {
60385937
"name": "rstest",
6039-
"version": "0.15.0",
5938+
"version": "0.16.0",
60405939
"repository": {
60415940
"Http": {
6042-
"url": "https://crates.io/api/v1/crates/rstest/0.15.0/download",
6043-
"sha256": "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930"
5941+
"url": "https://crates.io/api/v1/crates/rstest/0.16.0/download",
5942+
"sha256": "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf"
60445943
}
60455944
},
60465945
"targets": [
@@ -6083,23 +5982,23 @@
60835982
"proc_macro_deps": {
60845983
"common": [
60855984
{
6086-
"id": "rstest_macros 0.14.0",
5985+
"id": "rstest_macros 0.16.0",
60875986
"target": "rstest_macros"
60885987
}
60895988
],
60905989
"selects": {}
60915990
},
6092-
"version": "0.15.0"
5991+
"version": "0.16.0"
60935992
},
60945993
"license": "MIT/Apache-2.0"
60955994
},
6096-
"rstest_macros 0.14.0": {
5995+
"rstest_macros 0.16.0": {
60975996
"name": "rstest_macros",
6098-
"version": "0.14.0",
5997+
"version": "0.16.0",
60995998
"repository": {
61005999
"Http": {
6101-
"url": "https://crates.io/api/v1/crates/rstest_macros/0.14.0/download",
6102-
"sha256": "5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66"
6000+
"url": "https://crates.io/api/v1/crates/rstest_macros/0.16.0/download",
6001+
"sha256": "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7"
61036002
}
61046003
},
61056004
"targets": [
@@ -6151,18 +6050,22 @@
61516050
"target": "quote"
61526051
},
61536052
{
6154-
"id": "rstest_macros 0.14.0",
6053+
"id": "rstest_macros 0.16.0",
61556054
"target": "build_script_build"
61566055
},
61576056
{
61586057
"id": "syn 1.0.107",
61596058
"target": "syn"
6059+
},
6060+
{
6061+
"id": "unicode-ident 1.0.6",
6062+
"target": "unicode_ident"
61606063
}
61616064
],
61626065
"selects": {}
61636066
},
61646067
"edition": "2018",
6165-
"version": "0.14.0"
6068+
"version": "0.16.0"
61666069
},
61676070
"build_script_attrs": {
61686071
"data_glob": [
@@ -6580,7 +6483,7 @@
65806483
"target": "directories"
65816484
},
65826485
{
6583-
"id": "env_logger 0.9.3",
6486+
"id": "env_logger 0.10.0",
65846487
"target": "env_logger"
65856488
},
65866489
{
@@ -6592,7 +6495,7 @@
65926495
"target": "flate2"
65936496
},
65946497
{
6595-
"id": "infer 0.11.0",
6498+
"id": "infer 0.12.0",
65966499
"target": "infer"
65976500
},
65986501
{
@@ -6641,7 +6544,7 @@
66416544
"target": "assert_cmd"
66426545
},
66436546
{
6644-
"id": "rstest 0.15.0",
6547+
"id": "rstest 0.16.0",
66456548
"target": "rstest"
66466549
}
66476550
],
@@ -8789,8 +8692,8 @@
87898692
},
87908693
{
87918694
"Binary": {
8792-
"crate_name": "exit",
8793-
"crate_root": "src/bin/exit.rs",
8695+
"crate_name": "sleep",
8696+
"crate_root": "src/bin/sleep.rs",
87948697
"srcs": {
87958698
"include": [
87968699
"**/*.rs"
@@ -8801,8 +8704,8 @@
88018704
},
88028705
{
88038706
"Binary": {
8804-
"crate_name": "sleep",
8805-
"crate_root": "src/bin/sleep.rs",
8707+
"crate_name": "reader",
8708+
"crate_root": "src/bin/reader.rs",
88068709
"srcs": {
88078710
"include": [
88088711
"**/*.rs"
@@ -8813,8 +8716,8 @@
88138716
},
88148717
{
88158718
"Binary": {
8816-
"crate_name": "reader",
8817-
"crate_root": "src/bin/reader.rs",
8719+
"crate_name": "exit",
8720+
"crate_root": "src/bin/exit.rs",
88188721
"srcs": {
88198722
"include": [
88208723
"**/*.rs"

0 commit comments

Comments
 (0)