Skip to content

Commit

Permalink
Set derive_more to 1.0.0 (no beta!)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Sep 17, 2024
1 parent 5dd8bd3 commit 1db897a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion iroh-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ thiserror = "1"

# key module
aead = { version = "0.5.2", features = ["bytes"], optional = true }
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "from_str"], optional = true }
derive_more = { version = "1.0.0", 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 }
Expand Down
2 changes: 1 addition & 1 deletion iroh-blobs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-channel = "2.3.1"
bao-tree = { version = "0.13", features = ["tokio_fsm", "validate"], default-features = false }
bytes = { version = "1.7", features = ["serde"] }
chrono = "0.4.31"
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "deref", "deref_mut", "from", "try_into", "into"] }
derive_more = { version = "1.0.0", features = ["debug", "display", "deref", "deref_mut", "from", "try_into", "into"] }
futures-buffered = "0.2.4"
futures-lite = "2.3"
genawaiter = { version = "0.99.1", features = ["futures03"] }
Expand Down
2 changes: 1 addition & 1 deletion iroh-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7", features = ["display"] }
derive_more = { version = "1.0.0", features = ["display"] }
dialoguer = { version = "0.11.0", default-features = false }
dirs-next = "2.0.0"
futures-buffered = "0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion iroh-dns-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ axum-server = { version = "0.7", features = ["tls-rustls-no-provider"] }
base64-url = "2.0.2"
bytes = "1.7"
clap = { version = "4.5.1", features = ["derive"] }
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "into", "from"] }
derive_more = { version = "1.0.0", features = ["debug", "display", "into", "from"] }
dirs-next = "2.0.0"
futures-lite = "2.3.0"
governor = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion iroh-docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1"
async-channel = "2.3.1"
blake3 = { package = "iroh-blake3", version = "1.4.5"}
bytes = { version = "1.7", features = ["serde"] }
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "deref", "display", "from", "try_into", "into", "as_ref"] }
derive_more = { version = "1.0.0", 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"
Expand Down
2 changes: 1 addition & 1 deletion iroh-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = { version = "1" }
async-channel = { version = "2.3.1", optional = true }
blake3 = { package = "iroh-blake3", version = "1.4.5"}
bytes = { version = "1.7", features = ["serde"] }
derive_more = { version = "=1.0.0-beta.7", features = ["add", "debug", "deref", "display", "from", "try_into", "into"] }
derive_more = { version = "1.0.0", features = ["add", "debug", "deref", "display", "from", "try_into", "into"] }
ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] }
indexmap = "2.0"
iroh-base = { version = "0.25.0", path = "../iroh-base" }
Expand Down
2 changes: 1 addition & 1 deletion iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backoff = "0.4.0"
bytes = "1.7"
netdev = "0.30.0"
der = { version = "0.7", features = ["alloc", "derive"] }
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "from", "try_into", "deref"] }
derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_into", "deref"] }
futures-buffered = "0.2.4"
futures-concurrency = "7.6.0"
futures-lite = "2.3"
Expand Down
2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
derive_more = { version = "=1.0.0-beta.7", features = ["debug", "display", "from", "try_into", "from_str"] }
derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_into", "from_str"] }
futures-buffered = "0.2.4"
futures-lite = "2.3"
futures-util = "0.3"
Expand Down

0 comments on commit 1db897a

Please sign in to comment.