Skip to content

Commit 56f082a

Browse files
committed
drop derive_more
1 parent 7c95183 commit 56f082a

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

Cargo.lock

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

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ thousands = "0.2.0"
3737
rustc-demangle = { version = "0.1", features = ["std"] }
3838
similar = "2.2"
3939
console = "0.15"
40-
object = "0.32.1"
40+
object = "0.36.0"
4141
tabled = { version = "0.14.0", features = ["ansi-str"] }
4242
humansize = "2.1.3"
4343
regex = "1.7.1"

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tera = { version = "1.19", default-features = false }
4646
rust-embed = { version = "6.6.0", features = ["include-exclude", "interpolate-folder-path"] }
4747
humansize = "2"
4848
lru = "0.12.0"
49-
ruzstd = "0.6.0"
49+
ruzstd = "0.7.0"
5050

5151
[target.'cfg(unix)'.dependencies]
5252
jemallocator = "0.5"

0 commit comments

Comments
 (0)