Skip to content

Commit e0caa69

Browse files
committed
Repin dependencies
1 parent 1a1dfff commit e0caa69

File tree

2 files changed

+77
-14
lines changed

2 files changed

+77
-14
lines changed

java/maven_install.json

Lines changed: 8 additions & 8 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": -1348814803,
4-
"__RESOLVED_ARTIFACTS_HASH": -1874042868,
3+
"__INPUT_ARTIFACTS_HASH": -1045989805,
4+
"__RESOLVED_ARTIFACTS_HASH": -612909037,
55
"artifacts": {
66
"com.beust:jcommander": {
77
"shasums": {
@@ -529,17 +529,17 @@
529529
},
530530
"org.apache.logging.log4j:log4j-api": {
531531
"shasums": {
532-
"jar": "6e77bb229fc8dcaf09038beeb5e9030b22e9e01b51b458b0183ce669ebcc92ef",
533-
"sources": "e01afccb47c9340abba621f1cd93e05a092525614071a446c3958f2cd9f48bf6"
532+
"jar": "5b4a0a0cd0e751ded431c162442bdbdd53328d1f8bb2bae5fc1bbeee0f66d80f",
533+
"sources": "a7e2290fd22242d85d8423efb8eff5fd7e14f80fed94bc959415d61cb8aa0d11"
534534
},
535-
"version": "2.24.1"
535+
"version": "2.24.3"
536536
},
537537
"org.apache.logging.log4j:log4j-core": {
538538
"shasums": {
539-
"jar": "00bcf388472ca80a687014181763b66d777177f22cbbf179fd60e1b1ac9bc9b0",
540-
"sources": "b5b4eafe913e457160a3c19773c7f59e132a62b1c74ab9fa744ebc6f9ba9bc9a"
539+
"jar": "7eb4084596ae25bd3c61698e48e8d0ab65a9260758884ed5cbb9c6e55c44a56a",
540+
"sources": "909158f99135ee7d3cb583e00eac314a22d873aca87440a2a0f20c7e3dc85440"
541541
},
542-
"version": "2.24.1"
542+
"version": "2.24.3"
543543
},
544544
"org.apiguardian:apiguardian-api": {
545545
"shasums": {

rust/Cargo.Bazel.lock

Lines changed: 69 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "ba73e39704c230ab36d29779338a27060fadfde0a7e9b957428668f5fdb9c271",
2+
"checksum": "ad84e0341df7e7a0af9b195a8fd07fc16e345736b48a3b81f8f4cb3fb288335d",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -2039,16 +2039,79 @@
20392039
"id": "jobserver 0.1.31",
20402040
"target": "jobserver"
20412041
},
2042-
{
2043-
"id": "libc 0.2.168",
2044-
"target": "libc"
2045-
},
20462042
{
20472043
"id": "shlex 1.3.0",
20482044
"target": "shlex"
20492045
}
20502046
],
2051-
"selects": {}
2047+
"selects": {
2048+
"aarch64-apple-darwin": [
2049+
{
2050+
"id": "libc 0.2.168",
2051+
"target": "libc"
2052+
}
2053+
],
2054+
"aarch64-unknown-linux-gnu": [
2055+
{
2056+
"id": "libc 0.2.168",
2057+
"target": "libc"
2058+
}
2059+
],
2060+
"aarch64-unknown-nixos-gnu": [
2061+
{
2062+
"id": "libc 0.2.168",
2063+
"target": "libc"
2064+
}
2065+
],
2066+
"arm-unknown-linux-gnueabi": [
2067+
{
2068+
"id": "libc 0.2.168",
2069+
"target": "libc"
2070+
}
2071+
],
2072+
"i686-unknown-linux-gnu": [
2073+
{
2074+
"id": "libc 0.2.168",
2075+
"target": "libc"
2076+
}
2077+
],
2078+
"powerpc-unknown-linux-gnu": [
2079+
{
2080+
"id": "libc 0.2.168",
2081+
"target": "libc"
2082+
}
2083+
],
2084+
"s390x-unknown-linux-gnu": [
2085+
{
2086+
"id": "libc 0.2.168",
2087+
"target": "libc"
2088+
}
2089+
],
2090+
"x86_64-apple-darwin": [
2091+
{
2092+
"id": "libc 0.2.168",
2093+
"target": "libc"
2094+
}
2095+
],
2096+
"x86_64-unknown-freebsd": [
2097+
{
2098+
"id": "libc 0.2.168",
2099+
"target": "libc"
2100+
}
2101+
],
2102+
"x86_64-unknown-linux-gnu": [
2103+
{
2104+
"id": "libc 0.2.168",
2105+
"target": "libc"
2106+
}
2107+
],
2108+
"x86_64-unknown-nixos-gnu": [
2109+
{
2110+
"id": "libc 0.2.168",
2111+
"target": "libc"
2112+
}
2113+
]
2114+
}
20522115
},
20532116
"edition": "2018",
20542117
"version": "1.1.30"

0 commit comments

Comments
 (0)