Skip to content

Commit eb80347

Browse files
committed
upgrade strum & itertools
1 parent 9cbd46f commit eb80347

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hostname = "0.3.1"
6060
path-slash = "0.2.0"
6161
once_cell = { version = "1.4.0", features = ["parking_lot"] }
6262
base64 = "0.21"
63-
strum = { version = "0.24.0", features = ["derive"] }
63+
strum = { version = "0.25.0", features = ["derive"] }
6464
lol_html = "1.0.0"
6565
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
6666
dashmap = "5.1.0"
@@ -70,7 +70,7 @@ zip = {version = "0.6.2", default-features = false, features = ["bzip2"]}
7070
bzip2 = "0.4.4"
7171
serde_cbor = "0.11.1"
7272
getrandom = "0.2.1"
73-
itertools = { version = "0.10.5", optional = true}
73+
itertools = { version = "0.11.0", optional = true}
7474
rusqlite = { version = "0.29.0", features = ["bundled"] }
7575
moka = { version ="0.11.0", default-features = false, features = ["sync"]}
7676

0 commit comments

Comments
 (0)