-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tower-batch-control): remove dev-dependency on metrics
- Loading branch information
1 parent
77ee350
commit 63057e0
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[package] | ||
name = "tower-batch-control" | ||
version = "0.2.41-beta.9" | ||
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"] | ||
authors = [ | ||
"Zcash Foundation <[email protected]>", | ||
"Tower Maintainers <[email protected]>", | ||
] | ||
description = "Tower middleware for batch request processing" | ||
# # Legal | ||
# | ||
|
@@ -34,7 +37,6 @@ tracing-futures = "0.2.5" | |
|
||
[dev-dependencies] | ||
color-eyre = "0.6.2" | ||
metrics = "0.22.0" | ||
# This is a transitive dependency via color-eyre. | ||
# Enable a feature that makes tinyvec compile much faster. | ||
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters