Skip to content

Commit 3597759

Browse files
sypharGuillaumeGomez
authored andcommitted
upgrade strum & derive_more
1 parent 01327ed commit 3597759

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ hostname = "0.4.0"
4848
path-slash = "0.2.0"
4949
once_cell = { version = "1.4.0", features = ["parking_lot"] }
5050
base64 = "0.22"
51-
strum = { version = "0.26.1", features = ["derive"] }
51+
strum = { version = "0.27.0", features = ["derive"] }
5252
lol_html = "2.0.0"
5353
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
5454
dashmap = "6.0.0"
@@ -59,7 +59,7 @@ getrandom = "0.3.1"
5959
itertools = { version = "0.14.0" }
6060
rusqlite = { version = "0.32.1", features = ["bundled"] }
6161
hex = "0.4.3"
62-
derive_more = { version = "1.0.0", features = ["display"] }
62+
derive_more = { version = "2.0.0", features = ["display"] }
6363

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

0 commit comments

Comments
 (0)