Skip to content

Commit

Permalink
chore(deps): bump derive_more from 1.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [derive_more](https://github.com/JelteF/derive_more) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v1.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: derive_more
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent ea2d73d commit 09edc30
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 12 deletions.
34 changes: 27 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cipher = "0"
clap = { version = "4", features = ["derive", "env"] }
crossbeam-skiplist = "0"
dashmap = "6"
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
figment = "0"
futures = "0"
futures-util = "0"
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true

[dependencies]
camino = { version = "1", features = ["serde", "serde1"] }
derive_more = { version = "1", features = ["constructor", "display"] }
derive_more = { version = "2", features = ["constructor", "display"] }
figment = { version = "0", features = ["env", "test", "toml"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version.workspace = true
aquatic_udp_protocol = "0"
binascii = "0"
bittorrent-primitives = "0.1.0"
derive_more = { version = "1", features = ["constructor"] }
derive_more = { version = "2", features = ["constructor"] }
serde = { version = "1", features = ["derive"] }
tdyne-peer-id = "1"
tdyne-peer-id-registry = "0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tracker-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version.workspace = true
[dependencies]
aquatic_udp_protocol = "0"
bittorrent-primitives = "0.1.0"
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
hyper = "1"
percent-encoding = "2"
reqwest = { version = "0", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/tracker-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version.workspace = true
aquatic_udp_protocol = "0"
bittorrent-primitives = "0.1.0"
chrono = { version = "0", default-features = false, features = ["clock"] }
derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
mockall = "0"
r2d2 = "0"
r2d2_mysql = "25"
Expand Down

0 comments on commit 09edc30

Please sign in to comment.