Skip to content

Commit

Permalink
fix(deps): update rust crate derive_more to 1.0.0-beta.7 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2024
1 parent 762dcbb commit e37e4d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/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 backend/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ chrono.workspace = true

# Utils
dotenvy.workspace = true
derive_more = { version = "1.0.0-beta.6", features = ["display", "error"] }
derive_more = { version = "1.0.0-beta.7", features = ["display", "error"] }
regex = { version = "1.10.5", features = ["std", "perf", "unicode"] }
itertools = "0.13.0"
bitflags = { version = "2.6.0", features = ["std", "serde"] }
Expand Down

0 comments on commit e37e4d6

Please sign in to comment.