File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 50
50
- name : Cargo sort
51
51
run : make cargo-sort
52
52
53
+ - name : Cargo Machete
54
+ run : make cargo-machete
55
+
53
56
build :
54
57
runs-on : ${{ matrix.os }}
55
58
strategy :
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ tempfile = "3.8"
84
84
tokio = { version = " 1" , default-features = false }
85
85
typed-builder = " ^0.18"
86
86
url = " 2"
87
- urlencoding = " 2"
88
87
uuid = " 1.6.1"
89
88
volo-thrift = " 0.10"
90
89
hive_metastore = " 0.1.0"
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ cargo-sort:
32
32
cargo install cargo-sort
33
33
cargo sort -c -w
34
34
35
+ cargo-machete :
36
+ cargo install cargo-machete
37
+ cargo machete
38
+
35
39
fix-toml :
36
40
cargo install taplo-cli --locked
37
41
taplo fmt
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ serde_derive = { workspace = true }
42
42
serde_json = { workspace = true }
43
43
tokio = { workspace = true , features = [" sync" ] }
44
44
typed-builder = { workspace = true }
45
- urlencoding = { workspace = true }
46
45
uuid = { workspace = true , features = [" v4" ] }
47
46
48
47
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments