Skip to content

Commit

Permalink
Remove arc-swap from the top-level crate
Browse files Browse the repository at this point in the history
This commit removes arc-swap from top-level as it is only used in
lib/enrichment. Similar to the work done in #9535 and #9537.

Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
  • Loading branch information
blt committed Oct 8, 2021
1 parent 2063619 commit e7b8444
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ lookup = { path = "lib/lookup" }

# External libs
anyhow = { version = "1.0.44", default-features = false }
arc-swap = { version = "1.4.0", default-features = false }
async-compression = { version = "0.3.7", default-features = false, features = ["tokio", "gzip", "zstd"] }
avro-rs = { version = "0.13.0", default-features = false, optional = true }
base64 = { version = "0.13.0", default-features = false, optional = true }
Expand Down

0 comments on commit e7b8444

Please sign in to comment.