File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -2760,7 +2760,7 @@ dependencies = [
2760
2760
" tabled" ,
2761
2761
" tar" ,
2762
2762
" tempfile" ,
2763
- " xz " ,
2763
+ " xz2 " ,
2764
2764
" zip" ,
2765
2765
]
2766
2766
@@ -6586,15 +6586,6 @@ dependencies = [
6586
6586
" rustix" ,
6587
6587
]
6588
6588
6589
- [[package ]]
6590
- name = " xz"
6591
- version = " 0.1.0"
6592
- source = " registry+https://github.com/rust-lang/crates.io-index"
6593
- checksum = " 3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
6594
- dependencies = [
6595
- " xz2" ,
6596
- ]
6597
-
6598
6589
[[package ]]
6599
6590
name = " xz2"
6600
6591
version = " 0.1.7"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ camino = "1"
16
16
reqwest = { version = " 0.11" , features = [" blocking" ] }
17
17
zip = { version = " 0.6" , default-features = false , features = [" deflate" ] }
18
18
tar = " 0.4"
19
- xz = " 0.1"
19
+ xz = { version = " 0.1" , package = " xz2 " }
20
20
serde = { version = " 1" , features = [" derive" ] }
21
21
serde_json = " 1"
22
22
glob = " 0.3"
You can’t perform that action at this time.
0 commit comments