Skip to content

Commit

Permalink
fix: bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
daulet committed Nov 7, 2024
1 parent 5fa02af commit be6cf35
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "8c24cec6818168bbb4b50e04f24841ad2a219f25d0f3aab050fcb832fef53eef",
"checksum": "76bfa078a728e7e57b749ade33d7c047089ab3616d180008ba92c6591375556c",
"crates": {
"aho-corasick 1.1.2": {
"name": "aho-corasick",
Expand Down Expand Up @@ -647,7 +647,7 @@
"target": "lazy_static"
},
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "libc"
},
{
Expand Down Expand Up @@ -1643,7 +1643,7 @@
],
"cfg(unix)": [
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "libc"
}
]
Expand Down Expand Up @@ -1894,7 +1894,7 @@
"selects": {
"cfg(any(unix, target_os = \"wasi\"))": [
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "libc"
}
],
Expand Down Expand Up @@ -2157,13 +2157,13 @@
},
"license": "MIT/Apache-2.0"
},
"libc 0.2.150": {
"libc 0.2.162": {
"name": "libc",
"version": "0.2.150",
"version": "0.2.162",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/libc/0.2.150/download",
"sha256": "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
"url": "https://static.crates.io/crates/libc/0.2.162/download",
"sha256": "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
}
},
"targets": [
Expand Down Expand Up @@ -2201,14 +2201,14 @@
"deps": {
"common": [
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "build_script_build"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.2.150"
"version": "0.2.162"
},
"build_script_attrs": {
"data_glob": [
Expand Down Expand Up @@ -2828,7 +2828,7 @@
"selects": {
"cfg(windows)": [
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "libc"
}
]
Expand Down Expand Up @@ -3413,7 +3413,7 @@
"selects": {
"cfg(unix)": [
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "libc"
}
]
Expand Down Expand Up @@ -4645,7 +4645,7 @@
"deps": {
"common": [
{
"id": "libc 0.2.150",
"id": "libc 0.2.162",
"target": "libc"
},
{
Expand Down

0 comments on commit be6cf35

Please sign in to comment.