Skip to content

Commit 6e74f5f

Browse files
committed
chore(deps): bump derive_more from 1.0.0 to 2.0.1
1 parent 66c70d9 commit 6e74f5f

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ chrono = { version = "0", default-features = false, features = ["clock"] }
4747
clap = { version = "4", features = ["derive", "env"] }
4848
crossbeam-skiplist = "0"
4949
dashmap = "6"
50-
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
50+
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
5151
figment = "0"
5252
futures = "0"
5353
futures-util = "0"

packages/axum-http-tracker-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bittorrent-http-tracker-core = { version = "3.0.0-develop", path = "../http-trac
2222
bittorrent-http-tracker-protocol = { version = "3.0.0-develop", path = "../http-protocol" }
2323
bittorrent-primitives = "0.1.0"
2424
bittorrent-tracker-core = { version = "3.0.0-develop", path = "../tracker-core" }
25-
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
25+
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
2626
futures = "0"
2727
hyper = "1"
2828
reqwest = { version = "0", features = ["json"] }

packages/configuration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version.workspace = true
1616

1717
[dependencies]
1818
camino = { version = "1", features = ["serde", "serde1"] }
19-
derive_more = { version = "1", features = ["constructor", "display"] }
19+
derive_more = { version = "2", features = ["constructor", "display"] }
2020
figment = { version = "0", features = ["env", "test", "toml"] }
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = { version = "1", features = ["preserve_order"] }

packages/http-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version.workspace = true
1818
aquatic_udp_protocol = "0"
1919
bittorrent-primitives = "0.1.0"
2020
bittorrent-tracker-core = { version = "3.0.0-develop", path = "../tracker-core" }
21-
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
21+
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
2222
multimap = "0"
2323
percent-encoding = "2"
2424
serde = { version = "1", features = ["derive"] }

packages/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version.workspace = true
1818
aquatic_udp_protocol = "0"
1919
binascii = "0"
2020
bittorrent-primitives = "0.1.0"
21-
derive_more = { version = "1", features = ["constructor"] }
21+
derive_more = { version = "2", features = ["constructor"] }
2222
serde = { version = "1", features = ["derive"] }
2323
tdyne-peer-id = "1"
2424
tdyne-peer-id-registry = "0"

packages/server-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version.workspace = true
1414
version.workspace = true
1515

1616
[dependencies]
17-
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
17+
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
1818
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
1919
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
2020
tracing = "0"

packages/tracker-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version.workspace = true
1717
[dependencies]
1818
aquatic_udp_protocol = "0"
1919
bittorrent-primitives = "0.1.0"
20-
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
20+
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
2121
hyper = "1"
2222
percent-encoding = "2"
2323
reqwest = { version = "0", features = ["json"] }

packages/tracker-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version.workspace = true
1717
aquatic_udp_protocol = "0"
1818
bittorrent-primitives = "0.1.0"
1919
chrono = { version = "0", default-features = false, features = ["clock"] }
20-
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
20+
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
2121
mockall = "0"
2222
r2d2 = "0"
2323
r2d2_mysql = "25"

0 commit comments

Comments
 (0)