Skip to content

Commit 6e31de5

Browse files
committedDec 12, 2024
formatting and deny updates
1 parent 4fc1244 commit 6e31de5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ license-files = [
3434
ignore = [
3535
"RUSTSEC-2024-0370", # unmaintained, no upgrade available
3636
"RUSTSEC-2024-0384", # unmaintained, no upgrade available
37-
"RUSTSEC-2024-0421", # we store dns packets by key, and don't do anything else with them. Todo: remove
3837
]
3938

4039
[sources]

‎examples/local-swarm-discovery.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ use std::path::PathBuf;
1010
use anyhow::ensure;
1111
use clap::{Parser, Subcommand};
1212
use iroh::{
13-
discovery::local_swarm_discovery::LocalSwarmDiscovery, key::PublicKey, key::SecretKey,
14-
protocol::Router, Endpoint, NodeAddr, RelayMode,
13+
discovery::local_swarm_discovery::LocalSwarmDiscovery,
14+
key::{PublicKey, SecretKey},
15+
protocol::Router,
16+
Endpoint, NodeAddr, RelayMode,
1517
};
1618
use iroh_blobs::{
1719
net_protocol::Blobs, rpc::client::blobs::WrapOption, util::local_pool::LocalPool, Hash,

0 commit comments

Comments
 (0)