Skip to content

Commit dfce7f2

Browse files
committed
update deps
1 parent 0b3b033 commit dfce7f2

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

java/maven_install.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 282748108,
4-
"__RESOLVED_ARTIFACTS_HASH": 1016391538,
3+
"__INPUT_ARTIFACTS_HASH": -537268710,
4+
"__RESOLVED_ARTIFACTS_HASH": -1729023546,
55
"conflict_resolution": {
66
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.11.0",
77
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.28.0",

java/test/org/openqa/selenium/grid/router/StressTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void setupServers() {
7373
new StringReader(
7474
"[node]\n"
7575
+ "driver-implementation = "
76-
+ String.format("\"%s\"", browser.displayName()))));
76+
+ String.format("\"%s\"", browser.displayName())
7777
+ "\n"
7878
+ "session-timeout = 11"
7979
+ "\n"

rust/Cargo.Bazel.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "1b307b787c95f27b60af367955d57dfd4b21ff233bf6e156a87950f4c610430e",
2+
"checksum": "3a3a0eea7aad5b300d6106d7c5cbe92c9872bfa6ab75d070761cb1c2a2370ea0",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -572,14 +572,14 @@
572572
],
573573
"license_file": "LICENSE-APACHE"
574574
},
575-
"anyhow 1.0.89": {
575+
"anyhow 1.0.91": {
576576
"name": "anyhow",
577-
"version": "1.0.89",
577+
"version": "1.0.91",
578578
"package_url": "https://github.com/dtolnay/anyhow",
579579
"repository": {
580580
"Http": {
581-
"url": "https://static.crates.io/crates/anyhow/1.0.89/download",
582-
"sha256": "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
581+
"url": "https://static.crates.io/crates/anyhow/1.0.91/download",
582+
"sha256": "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
583583
}
584584
},
585585
"targets": [
@@ -623,7 +623,7 @@
623623
"deps": {
624624
"common": [
625625
{
626-
"id": "anyhow 1.0.89",
626+
"id": "anyhow 1.0.91",
627627
"target": "build_script_build"
628628
},
629629
{
@@ -634,7 +634,7 @@
634634
"selects": {}
635635
},
636636
"edition": "2018",
637-
"version": "1.0.89"
637+
"version": "1.0.91"
638638
},
639639
"build_script_attrs": {
640640
"compile_data_glob": [
@@ -4058,7 +4058,7 @@
40584058
"target": "log"
40594059
},
40604060
{
4061-
"id": "regex 1.11.0",
4061+
"id": "regex 1.11.1",
40624062
"target": "regex"
40634063
}
40644064
],
@@ -10411,14 +10411,14 @@
1041110411
],
1041210412
"license_file": "LICENSE"
1041310413
},
10414-
"regex 1.11.0": {
10414+
"regex 1.11.1": {
1041510415
"name": "regex",
10416-
"version": "1.11.0",
10416+
"version": "1.11.1",
1041710417
"package_url": "https://github.com/rust-lang/regex",
1041810418
"repository": {
1041910419
"Http": {
10420-
"url": "https://static.crates.io/crates/regex/1.11.0/download",
10421-
"sha256": "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
10420+
"url": "https://static.crates.io/crates/regex/1.11.1/download",
10421+
"sha256": "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1042210422
}
1042310423
},
1042410424
"targets": [
@@ -10484,7 +10484,7 @@
1048410484
"selects": {}
1048510485
},
1048610486
"edition": "2021",
10487-
"version": "1.11.0"
10487+
"version": "1.11.1"
1048810488
},
1048910489
"license": "MIT OR Apache-2.0",
1049010490
"license_ids": [
@@ -12808,7 +12808,7 @@
1280812808
"target": "quote"
1280912809
},
1281012810
{
12811-
"id": "regex 1.11.0",
12811+
"id": "regex 1.11.1",
1281212812
"target": "regex"
1281312813
},
1281412814
{
@@ -14073,7 +14073,7 @@
1407314073
"deps": {
1407414074
"common": [
1407514075
{
14076-
"id": "anyhow 1.0.89",
14076+
"id": "anyhow 1.0.91",
1407714077
"target": "anyhow"
1407814078
},
1407914079
{
@@ -14117,7 +14117,7 @@
1411714117
"target": "log"
1411814118
},
1411914119
{
14120-
"id": "regex 1.11.0",
14120+
"id": "regex 1.11.1",
1412114121
"target": "regex"
1412214122
},
1412314123
{
@@ -22673,7 +22673,7 @@
2267322673
]
2267422674
},
2267522675
"direct_deps": [
22676-
"anyhow 1.0.89",
22676+
"anyhow 1.0.91",
2267722677
"apple-flat-package 0.18.0",
2267822678
"bzip2 0.4.4",
2267922679
"clap 4.5.20",
@@ -22684,7 +22684,7 @@
2268422684
"flate2 1.0.34",
2268522685
"infer 0.16.0",
2268622686
"log 0.4.22",
22687-
"regex 1.11.0",
22687+
"regex 1.11.1",
2268822688
"reqwest 0.12.8",
2268922689
"serde 1.0.210",
2269022690
"serde_json 1.0.128",

0 commit comments

Comments
 (0)