Skip to content

Commit

Permalink
fix: update bazel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daulet committed Nov 5, 2024
1 parent 7d2cce6 commit 15cc0a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 54 deletions.
57 changes: 7 additions & 50 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "274eda904d8c182522e7565c734cf8c608671ee2bdb346dccb07c10d44904563",
"checksum": "8306a9ce3eb5bd591d883cd63bbfd5bacf56c3d5b0b11ac41464eae4355cfdc2",
"crates": {
"aho-corasick 1.1.2": {
"name": "aho-corasick",
Expand Down Expand Up @@ -4486,13 +4486,13 @@
},
"license": "Apache-2.0 OR MIT"
},
"tokenizers 0.20.0": {
"tokenizers 0.20.2": {
"name": "tokenizers",
"version": "0.20.0",
"version": "0.20.2",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/tokenizers/0.20.0/download",
"sha256": "c8a24d7f7d6be5b9d1377418b893ab1808af0074f5d1bb2c64784452ddd2aa70"
"url": "https://static.crates.io/crates/tokenizers/0.20.2/download",
"sha256": "fef9821871de9277bd7d8a7568e798e775db7eede56e290b4b03f1dfb9ac6769"
}
},
"targets": [
Expand Down Expand Up @@ -4628,51 +4628,10 @@
],
"selects": {}
},
"version": "0.20.0"
"version": "0.20.2"
},
"license": "Apache-2.0"
},
"tokenizers 0.9.0": {
"name": "tokenizers",
"version": "0.9.0",
"repository": null,
"targets": [],
"library_target_name": null,
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "libc 0.2.150",
"target": "libc"
},
{
"id": "tokenizers 0.20.0",
"target": "tokenizers"
}
],
"selects": {}
},
"deps_dev": {
"common": [
{
"id": "criterion 0.5.1",
"target": "criterion"
},
{
"id": "rand 0.8.5",
"target": "rand"
}
],
"selects": {}
},
"edition": "2021",
"version": "0.9.0"
},
"license": null
},
"unicode-ident 1.0.8": {
"name": "unicode-ident",
"version": "1.0.8",
Expand Down Expand Up @@ -6374,9 +6333,7 @@
}
},
"binary_crates": [],
"workspace_members": {
"tokenizers 0.9.0": ""
},
"workspace_members": {},
"conditions": {
"aarch64-apple-darwin": [
"aarch64-apple-darwin"
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15cc0a9

Please sign in to comment.