From de8ab3cb314c223e4e7fe593867066bbcbc28717 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sat, 3 Aug 2024 14:28:28 +0200 Subject: [PATCH] fix: pin derive_more to avoid sudden breakages --- iroh-base/Cargo.toml | 2 +- iroh-blobs/Cargo.toml | 2 +- iroh-cli/Cargo.toml | 2 +- iroh-dns-server/Cargo.toml | 2 +- iroh-docs/Cargo.toml | 2 +- iroh-gossip/Cargo.toml | 2 +- iroh-net/Cargo.toml | 2 +- iroh/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/iroh-base/Cargo.toml b/iroh-base/Cargo.toml index b7368c7a74..c6fbc9b2df 100644 --- a/iroh-base/Cargo.toml +++ b/iroh-base/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1" # key module aead = { version = "0.5.2", features = ["bytes"], optional = true } -derive_more = { version = "1.0.0-beta.6", features = ["debug", "display", "from_str"], optional = true } +derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "from_str"], optional = true } ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"], optional = true } once_cell = { version = "1.18.0", optional = true } rand = { version = "0.8", optional = true } diff --git a/iroh-blobs/Cargo.toml b/iroh-blobs/Cargo.toml index d423624b75..d084a35760 100644 --- a/iroh-blobs/Cargo.toml +++ b/iroh-blobs/Cargo.toml @@ -21,7 +21,7 @@ async-channel = "2.3.1" bao-tree = { version = "0.13", features = ["tokio_fsm", "validate"], default-features = false } bytes = { version = "1.4", features = ["serde"] } chrono = "0.4.31" -derive_more = { version = "1.0.0-beta.6", features = ["debug", "display", "deref", "deref_mut", "from", "try_into", "into"] } +derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "deref", "deref_mut", "from", "try_into", "into"] } flume = "0.11" futures-buffered = "0.2.4" futures-lite = "2.3" diff --git a/iroh-cli/Cargo.toml b/iroh-cli/Cargo.toml index d4bd389a4c..512d5da2a6 100644 --- a/iroh-cli/Cargo.toml +++ b/iroh-cli/Cargo.toml @@ -31,7 +31,7 @@ colored = "2.0.4" comfy-table = "7.0.1" console = "0.15.5" crossterm = "0.27.0" -derive_more = { version = "1.0.0-beta.1", features = ["display"] } +derive_more = { version = "=1.0.0-beta.7", features = ["display"] } dialoguer = { version = "0.11.0", default-features = false } dirs-next = "2.0.0" futures-buffered = "0.2.4" diff --git a/iroh-dns-server/Cargo.toml b/iroh-dns-server/Cargo.toml index 366c3631f9..0a65b68755 100644 --- a/iroh-dns-server/Cargo.toml +++ b/iroh-dns-server/Cargo.toml @@ -17,7 +17,7 @@ axum-server = { version = "0.6.0", features = ["tls-rustls"] } base64-url = "2.0.2" bytes = "1.5.0" clap = { version = "4.5.1", features = ["derive"] } -derive_more = { version = "1.0.0-beta.6", features = ["debug", "display", "into", "from"] } +derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "into", "from"] } dirs-next = "2.0.0" futures-lite = "2.3.0" governor = "0.6.3" diff --git a/iroh-docs/Cargo.toml b/iroh-docs/Cargo.toml index 180898d423..f50afda51c 100644 --- a/iroh-docs/Cargo.toml +++ b/iroh-docs/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1" async-channel = "2.3.1" blake3 = { package = "iroh-blake3", version = "1.4.5"} bytes = { version = "1.4", features = ["serde"] } -derive_more = { version = "1.0.0-beta.6", features = ["debug", "deref", "display", "from", "try_into", "into", "as_ref"] } +derive_more = { version = "=1.0.0-beta.7", features = ["debug", "deref", "display", "from", "try_into", "into", "as_ref"] } ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] } futures-buffered = "0.2.4" futures-lite = "2.3.0" diff --git a/iroh-gossip/Cargo.toml b/iroh-gossip/Cargo.toml index f521e41f19..3aed7435fa 100644 --- a/iroh-gossip/Cargo.toml +++ b/iroh-gossip/Cargo.toml @@ -19,7 +19,7 @@ workspace = true anyhow = { version = "1" } blake3 = { package = "iroh-blake3", version = "1.4.5"} bytes = { version = "1.4.0", features = ["serde"] } -derive_more = { version = "1.0.0-beta.6", features = ["add", "debug", "deref", "display", "from", "try_into", "into"] } +derive_more = { version = "=1.0.0-beta.7", features = ["add", "debug", "deref", "display", "from", "try_into", "into"] } ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] } indexmap = "2.0" postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] } diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index 8b677fbfb4..5145d35a83 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -23,7 +23,7 @@ backoff = "0.4.0" bytes = "1" netdev = "0.30.0" der = { version = "0.7", features = ["alloc", "derive"] } -derive_more = { version = "1.0.0-beta.6", features = ["debug", "display", "from", "try_into", "deref"] } +derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "from", "try_into", "deref"] } futures-buffered = "0.2.4" futures-concurrency = "7.6.0" futures-lite = "2.3" diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index d31990e63f..855f65803a 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -20,7 +20,7 @@ anyhow = { version = "1" } async-channel = "2.3.1" bao-tree = { version = "0.13", features = ["tokio_fsm"], default-features = false } bytes = "1" -derive_more = { version = "1.0.0-beta.6", features = ["debug", "display", "from", "try_into", "from_str"] } +derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "from", "try_into", "from_str"] } flume = "0.11" futures-buffered = "0.2.4" futures-lite = "2.3"