Skip to content

Commit

Permalink
upgrade strum & derive_more
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar authored and GuillaumeGomez committed Feb 9, 2025
1 parent 01327ed commit 3597759
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ hostname = "0.4.0"
path-slash = "0.2.0"
once_cell = { version = "1.4.0", features = ["parking_lot"] }
base64 = "0.22"
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.27.0", features = ["derive"] }
lol_html = "2.0.0"
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
dashmap = "6.0.0"
Expand All @@ -59,7 +59,7 @@ getrandom = "0.3.1"
itertools = { version = "0.14.0" }
rusqlite = { version = "0.32.1", features = ["bundled"] }
hex = "0.4.3"
derive_more = { version = "1.0.0", features = ["display"] }
derive_more = { version = "2.0.0", features = ["display"] }

# Async
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }
Expand Down

0 comments on commit 3597759

Please sign in to comment.