Skip to content

Commit

Permalink
Updates deny.toml and runs rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Jun 24, 2024
1 parent 7cbd15c commit 22d015f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ skip-tree = [
# wait for indexmap, toml_edit, serde_json, tower to upgrade
{ name = "hashbrown", version = "=0.12.3" },

# wait for zcash_script to upgrade
{ name = "metrics", version = "=0.21.1" },

# ECC crates

# wait for hdwallet to upgrade
Expand Down Expand Up @@ -113,7 +110,6 @@ skip-tree = [
{ name = "quick-error", version = "=1.2.3" },

# wait for console-subscriber to update tonic.
{ name = "tonic", version = "=0.10.2" },
{ name = "tonic-build", version = "=0.10.2" },

# Optional dependencies
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/src/server/http_request_compatibility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! These fixes are applied at the HTTP level, before the RPC request is parsed.
use futures::TryStreamExt;
use jsonrpc_http_server::{RequestMiddleware, hyper};
use jsonrpc_http_server::{hyper, RequestMiddleware};

/// HTTP [`RequestMiddleware`] with compatibility workarounds.
///
Expand Down

0 comments on commit 22d015f

Please sign in to comment.