Skip to content

Commit

Permalink
Remove actix-web from BUILD files
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jul 1, 2024
1 parent 0a7b7c5 commit 8c93792
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
18 changes: 15 additions & 3 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "b247ef9162fa1f00966a494647064891c0eaf9a60194f4b296d11a8fcf0da440",
"checksum": "93bfcb06da59a01bffd3d4673b873b0d654f691bc97e2317ea54bce3c2d87a26",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -34956,30 +34956,38 @@
],
"crate_features": {
"common": [
"elf",
"errno",
"general",
"ioctl",
"no_std"
],
"selects": {
"aarch64-unknown-linux-gnu": [
"elf",
"errno",
"prctl",
"system"
],
"aarch64-unknown-nixos-gnu": [
"elf",
"errno",
"prctl",
"system"
],
"arm-unknown-linux-gnueabi": [
"elf",
"errno",
"prctl",
"system"
],
"armv7-unknown-linux-gnueabi": [
"elf",
"errno",
"prctl",
"system"
],
"i686-unknown-linux-gnu": [
"elf",
"errno",
"prctl",
"system"
],
Expand All @@ -34992,10 +35000,14 @@
"system"
],
"x86_64-unknown-linux-gnu": [
"elf",
"errno",
"prctl",
"system"
],
"x86_64-unknown-nixos-gnu": [
"elf",
"errno",
"prctl",
"system"
]
Expand Down
18 changes: 15 additions & 3 deletions Cargo.Bazel.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "4bdf46f1f0aa26a4541b4a3abea2ff8849949d29bced733835fd9efac6405194",
"checksum": "1a9a8930729d40296f094b770a48d7eb9050c3ff157aa5ec0991fe3f164b2f8a",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -35002,30 +35002,38 @@
],
"crate_features": {
"common": [
"elf",
"errno",
"general",
"ioctl",
"no_std"
],
"selects": {
"aarch64-unknown-linux-gnu": [
"elf",
"errno",
"prctl",
"system"
],
"aarch64-unknown-nixos-gnu": [
"elf",
"errno",
"prctl",
"system"
],
"arm-unknown-linux-gnueabi": [
"elf",
"errno",
"prctl",
"system"
],
"armv7-unknown-linux-gnueabi": [
"elf",
"errno",
"prctl",
"system"
],
"i686-unknown-linux-gnu": [
"elf",
"errno",
"prctl",
"system"
],
Expand All @@ -35038,10 +35046,14 @@
"system"
],
"x86_64-unknown-linux-gnu": [
"elf",
"errno",
"prctl",
"system"
],
"x86_64-unknown-nixos-gnu": [
"elf",
"errno",
"prctl",
"system"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PROC_MACRO_DEPENDENCIES = [
TEST_DEPENDENCIES = [
"//rs/rosetta-api/ledger_canister_blocks_synchronizer/test_utils",
"@crate_index//:actix-rt",
"@crate_index//:actix-web",
"@crate_index//:proptest",
]

Expand Down

0 comments on commit 8c93792

Please sign in to comment.