diff --git a/Cargo.lock b/Cargo.lock index cab2e9090e..669e2e2716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1384,7 +1384,6 @@ dependencies = [ "tagger", "tempfile", "testdir", - "testresult", "textwrap", "thiserror 1.0.69", "tokio", @@ -1394,7 +1393,6 @@ dependencies = [ "tokio-tar", "tokio-util", "toml", - "tracing-subscriber", "url", "uuid", "webpki-roots", @@ -6281,12 +6279,6 @@ dependencies = [ "whoami", ] -[[package]] -name = "testresult" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614b328ff036a4ef882c61570f72918f7e9c5bee1da33f8e7f91e01daee7e56c" - [[package]] name = "textwrap" version = "0.16.1" diff --git a/Cargo.toml b/Cargo.toml index 79c8b11d86..a2867517e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,8 +64,6 @@ hyper = "1" hyper-util = "0.1.10" image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", rev = "1f23174", default-features = false, features = ["net"] } -# iroh = { version = "0.29", default-features = false } -# iroh-base = { version = "0.29", features = ["base32"] } iroh = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d", default-features = false } iroh-base = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d", features = ["base32"] } kamadak-exif = "0.6.1" @@ -124,9 +122,7 @@ pretty_assertions = "1.4.1" proptest = { version = "1", default-features = false, features = ["std"] } tempfile = { workspace = true } testdir = "0.9.0" -testresult = "0.4.1" tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } -tracing-subscriber.workspace = true [workspace] members = [ @@ -208,9 +204,6 @@ vendored = [ [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } -# [patch.crates-io] -# iroh-net-report = { path = "../iroh/iroh-net-report" } - [patch.crates-io] iroh-base = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d" } iroh = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d" }