Skip to content

Commit 30b81e4

Browse files
build(deps): bump derive_more from 2.1.0 to 2.1.1
Bumps [derive_more](https://github.com/JelteF/derive_more) from 2.1.0 to 2.1.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@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: derive_more dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a743f94 commit 30b81e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ansipix = { git = "https://github.com/EmixamPP/ansipix.git", rev = "4e29437ea3fc
1111
anyhow = "1.0.98"
1212
clap = { version = "4.5", features = ["derive"] }
1313
crossterm = { version = "0.29.0", features = ["event-stream"] }
14-
derive_more = { version = "2.0.1", features = ["from", "into", "as_ref"] }
14+
derive_more = { version = "2.1.1", features = ["from", "into", "as_ref"] }
1515
futures = "0.3.31"
1616
glob = "0.3.3"
1717
image = { version = "0.25.8", default-features = false, features = [

0 commit comments

Comments
 (0)