Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 28ee862

Browse files
committed
Sort dependencies to check if audit is executed
1 parent 94c21e9 commit 28ee862

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
sys-info = "0.5.8"
10+
flate2 = "1.0.13"
1111
reqwest = "0.9.22"
12+
sys-info = "0.5.8"
1213
tar = "0.4.26"
13-
flate2 = "1.0.13"
1414

1515
[dev-dependencies]
1616
tempfile = "3.1.0"

0 commit comments

Comments
 (0)