Skip to content

Commit

Permalink
Automatically updated Cargo*.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
IDX GitHub Automation committed Dec 2, 2024
1 parent 2061845 commit ec149f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
19 changes: 10 additions & 9 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "1771e8a5f1fdb0c8cf153411c37a9a8aab8ff03252dbb22817a79363ad197c9b",
"checksum": "46ce130e165fc0e4ce30c61f75da547027d5eb1d8e3f97b17629ec51c29dc659",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -40066,7 +40066,13 @@
"commitish": {
"Rev": "4d952c8f1dca79de855af892b444d7112567b58d"
},
"strip_prefix": "lmdb-sys"
"strip_prefix": "lmdb-sys",
"patch_args": [
"-p1"
],
"patches": [
"@@//bazel:lmdb_rkv_sys.patch"
]
}
},
"targets": [
Expand Down Expand Up @@ -40119,12 +40125,6 @@
],
"selects": {}
},
"extra_deps": {
"common": [
"@lmdb//:lmdb"
],
"selects": {}
},
"edition": "2015",
"version": "0.11.99"
},
Expand All @@ -40134,6 +40134,7 @@
],
"data": {
"common": [
"@lmdb//:lmdb",
"@lmdb//:lmdb.h"
],
"selects": {}
Expand All @@ -40157,7 +40158,7 @@
"build_script_env": {
"common": {
"LMDB_H_PATH": "$(location @lmdb//:lmdb.h)",
"LMDB_NO_BUILD": "1"
"LMDB_OVERRIDE": "$(location @lmdb)"
},
"selects": {}
}
Expand Down
19 changes: 10 additions & 9 deletions Cargo.Bazel.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "8a0463c997697666d544fe6b2e5aae9ebf90ceb2daaaaca94f6e0664819e9af0",
"checksum": "c0d0923221b097870872ff49db85a33f1c861a0d78e453b0fb9ee008d7a852b2",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -39903,7 +39903,13 @@
"commitish": {
"Rev": "4d952c8f1dca79de855af892b444d7112567b58d"
},
"strip_prefix": "lmdb-sys"
"strip_prefix": "lmdb-sys",
"patch_args": [
"-p1"
],
"patches": [
"@@//bazel:lmdb_rkv_sys.patch"
]
}
},
"targets": [
Expand Down Expand Up @@ -39956,12 +39962,6 @@
],
"selects": {}
},
"extra_deps": {
"common": [
"@lmdb//:lmdb"
],
"selects": {}
},
"edition": "2015",
"version": "0.11.99"
},
Expand All @@ -39971,6 +39971,7 @@
],
"data": {
"common": [
"@lmdb//:lmdb",
"@lmdb//:lmdb.h"
],
"selects": {}
Expand All @@ -39994,7 +39995,7 @@
"build_script_env": {
"common": {
"LMDB_H_PATH": "$(location @lmdb//:lmdb.h)",
"LMDB_NO_BUILD": "1"
"LMDB_OVERRIDE": "$(location @lmdb)"
},
"selects": {}
}
Expand Down

0 comments on commit ec149f4

Please sign in to comment.