Skip to content

Commit

Permalink
Merge pull request #12 from langyo/dependabot/cargo/cargo-deps-849f65…
Browse files Browse the repository at this point in the history
…a99f

Update derive_more requirement from ^1 to ^2 in the cargo-deps group
  • Loading branch information
langyo authored Feb 8, 2025
2 parents 3af93dd + 8855c49 commit 6a6ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tairitsu-database = { git = "https://github.com/celestia-island/tairitsu" }

anyhow = "^1"
async-trait = "^0.1"
derive_more = { version = "^1", features = ["full"] }
derive_more = { version = "^2", features = ["full"] }
once_cell = "^1"

base64 = "^0.22"
Expand Down

0 comments on commit 6a6ae0d

Please sign in to comment.