Skip to content

Commit 84a8e15

Browse files
committed
Fix future-incompat warnings
By upgrading `fs-extra` and `quick-xml` Fixes the following warning: ``` warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, quick-xml v0.20.0 ```
1 parent f37a9fb commit 84a8e15

File tree

2 files changed

+101
-46
lines changed

2 files changed

+101
-46
lines changed

Cargo.lock

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

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bytes = "1.0"
4141
url = "2"
4242
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "master" }
4343
tar = "0.4"
44-
inferno = { version="0.10", default-features = false }
44+
inferno = { version="0.11", default-features = false }
4545
mime = "0.3"
4646
prometheus = "0.12"
4747
uuid = { version = "0.8.2", features = ["v4"] }

0 commit comments

Comments
 (0)