Skip to content

Commit

Permalink
Improve iroh-net-report/Cargo.toml diff
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Jan 29, 2025
1 parent 4d9b41e commit d4149ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 139 deletions.
154 changes: 17 additions & 137 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions iroh-net-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rand = "0.8"
reqwest = { version = "0.12", default-features = false, features = ["stream"] }
rustls = { version = "0.23", default-features = false }
thiserror = "2"
tokio = { version = "1", default-features = false, features = ["sync", "time", "macros"] }
tokio = { version = "1", default-features = false, features = ["sync", "time", "macros", "rt"] }
tokio-util = { version = "0.7.12", default-features = false }
tracing = "0.1"
url = { version = "2.4" }
Expand All @@ -39,7 +39,6 @@ hickory-resolver = "=0.25.0-alpha.4"
netwatch = { version = "0.3" }
portmapper = { version = "0.3", default-features = false }
surge-ping = "0.8.0"
tokio = { version = "1", default-features = false, features = ["sync", "time", "macros", "rt"] }

[dev-dependencies]
futures-lite = "2.3"
Expand Down

0 comments on commit d4149ba

Please sign in to comment.