Skip to content

Commit a81bfb6

Browse files
committed
Format checks
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 0883e3c commit a81bfb6

File tree

2 files changed

+92
-29
lines changed

2 files changed

+92
-29
lines changed

java/maven_install.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": -1369959342,
4-
"__RESOLVED_ARTIFACTS_HASH": 2051378450,
3+
"__INPUT_ARTIFACTS_HASH": 1327312787,
4+
"__RESOLVED_ARTIFACTS_HASH": -2038995232,
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",
8-
"com.google.guava:guava:31.1-jre": "com.google.guava:guava:33.3.0-jre",
8+
"com.google.guava:guava:31.1-jre": "com.google.guava:guava:33.3.1-jre",
99
"com.google.j2objc:j2objc-annotations:1.3": "com.google.j2objc:j2objc-annotations:3.0.0",
1010
"org.mockito:mockito-core:4.3.1": "org.mockito:mockito-core:5.13.0"
1111
},
@@ -159,10 +159,10 @@
159159
},
160160
"com.google.guava:guava": {
161161
"shasums": {
162-
"jar": "dfadc3bce3101eff1452aae47d7c833fee443b47bdf9ef13311b6c7cab663ddf",
163-
"sources": "f91f8619f533db55f37d13369c2fee39d5e1d2f72cef7f69f735d5be1a601f14"
162+
"jar": "4bf0e2c5af8e4525c96e8fde17a4f7307f97f8478f11c4c8e35a0e3298ae4e90",
163+
"sources": "b7cbdad958b791f2a036abff7724570bf9836531c460966f8a3d0df8eaa1c21d"
164164
},
165-
"version": "33.3.0-jre"
165+
"version": "33.3.1-jre"
166166
},
167167
"com.google.guava:guava-testlib": {
168168
"shasums": {

rust/Cargo.Bazel.lock

Lines changed: 86 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "1b307b787c95f27b60af367955d57dfd4b21ff233bf6e156a87950f4c610430e",
2+
"checksum": "94895b25f9b1d0a76ec78d588887353422bc623faf9ef986467b199d2a966765",
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": [
@@ -2034,16 +2034,79 @@
20342034
"id": "jobserver 0.1.31",
20352035
"target": "jobserver"
20362036
},
2037-
{
2038-
"id": "libc 0.2.160",
2039-
"target": "libc"
2040-
},
20412037
{
20422038
"id": "shlex 1.3.0",
20432039
"target": "shlex"
20442040
}
20452041
],
2046-
"selects": {}
2042+
"selects": {
2043+
"aarch64-apple-darwin": [
2044+
{
2045+
"id": "libc 0.2.160",
2046+
"target": "libc"
2047+
}
2048+
],
2049+
"aarch64-unknown-linux-gnu": [
2050+
{
2051+
"id": "libc 0.2.160",
2052+
"target": "libc"
2053+
}
2054+
],
2055+
"aarch64-unknown-nixos-gnu": [
2056+
{
2057+
"id": "libc 0.2.160",
2058+
"target": "libc"
2059+
}
2060+
],
2061+
"arm-unknown-linux-gnueabi": [
2062+
{
2063+
"id": "libc 0.2.160",
2064+
"target": "libc"
2065+
}
2066+
],
2067+
"i686-unknown-linux-gnu": [
2068+
{
2069+
"id": "libc 0.2.160",
2070+
"target": "libc"
2071+
}
2072+
],
2073+
"powerpc-unknown-linux-gnu": [
2074+
{
2075+
"id": "libc 0.2.160",
2076+
"target": "libc"
2077+
}
2078+
],
2079+
"s390x-unknown-linux-gnu": [
2080+
{
2081+
"id": "libc 0.2.160",
2082+
"target": "libc"
2083+
}
2084+
],
2085+
"x86_64-apple-darwin": [
2086+
{
2087+
"id": "libc 0.2.160",
2088+
"target": "libc"
2089+
}
2090+
],
2091+
"x86_64-unknown-freebsd": [
2092+
{
2093+
"id": "libc 0.2.160",
2094+
"target": "libc"
2095+
}
2096+
],
2097+
"x86_64-unknown-linux-gnu": [
2098+
{
2099+
"id": "libc 0.2.160",
2100+
"target": "libc"
2101+
}
2102+
],
2103+
"x86_64-unknown-nixos-gnu": [
2104+
{
2105+
"id": "libc 0.2.160",
2106+
"target": "libc"
2107+
}
2108+
]
2109+
}
20472110
},
20482111
"edition": "2018",
20492112
"version": "1.1.30"
@@ -4058,7 +4121,7 @@
40584121
"target": "log"
40594122
},
40604123
{
4061-
"id": "regex 1.11.0",
4124+
"id": "regex 1.11.1",
40624125
"target": "regex"
40634126
}
40644127
],
@@ -10411,14 +10474,14 @@
1041110474
],
1041210475
"license_file": "LICENSE"
1041310476
},
10414-
"regex 1.11.0": {
10477+
"regex 1.11.1": {
1041510478
"name": "regex",
10416-
"version": "1.11.0",
10479+
"version": "1.11.1",
1041710480
"package_url": "https://github.com/rust-lang/regex",
1041810481
"repository": {
1041910482
"Http": {
10420-
"url": "https://static.crates.io/crates/regex/1.11.0/download",
10421-
"sha256": "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
10483+
"url": "https://static.crates.io/crates/regex/1.11.1/download",
10484+
"sha256": "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1042210485
}
1042310486
},
1042410487
"targets": [
@@ -10484,7 +10547,7 @@
1048410547
"selects": {}
1048510548
},
1048610549
"edition": "2021",
10487-
"version": "1.11.0"
10550+
"version": "1.11.1"
1048810551
},
1048910552
"license": "MIT OR Apache-2.0",
1049010553
"license_ids": [
@@ -12808,7 +12871,7 @@
1280812871
"target": "quote"
1280912872
},
1281012873
{
12811-
"id": "regex 1.11.0",
12874+
"id": "regex 1.11.1",
1281212875
"target": "regex"
1281312876
},
1281412877
{
@@ -14073,7 +14136,7 @@
1407314136
"deps": {
1407414137
"common": [
1407514138
{
14076-
"id": "anyhow 1.0.89",
14139+
"id": "anyhow 1.0.91",
1407714140
"target": "anyhow"
1407814141
},
1407914142
{
@@ -14117,7 +14180,7 @@
1411714180
"target": "log"
1411814181
},
1411914182
{
14120-
"id": "regex 1.11.0",
14183+
"id": "regex 1.11.1",
1412114184
"target": "regex"
1412214185
},
1412314186
{
@@ -22673,7 +22736,7 @@
2267322736
]
2267422737
},
2267522738
"direct_deps": [
22676-
"anyhow 1.0.89",
22739+
"anyhow 1.0.91",
2267722740
"apple-flat-package 0.18.0",
2267822741
"bzip2 0.4.4",
2267922742
"clap 4.5.20",
@@ -22684,7 +22747,7 @@
2268422747
"flate2 1.0.34",
2268522748
"infer 0.16.0",
2268622749
"log 0.4.22",
22687-
"regex 1.11.0",
22750+
"regex 1.11.1",
2268822751
"reqwest 0.12.8",
2268922752
"serde 1.0.210",
2269022753
"serde_json 1.0.128",

0 commit comments

Comments
 (0)