File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -2760,7 +2760,7 @@ dependencies = [
27602760 " tabled" ,
27612761 " tar" ,
27622762 " tempfile" ,
2763- " xz " ,
2763+ " xz2 " ,
27642764 " zip" ,
27652765]
27662766
@@ -6586,15 +6586,6 @@ dependencies = [
65866586 " rustix" ,
65876587]
65886588
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-
65986589[[package ]]
65996590name = " xz2"
66006591version = " 0.1.7"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ camino = "1"
1616reqwest = { version = " 0.11" , features = [" blocking" ] }
1717zip = { version = " 0.6" , default-features = false , features = [" deflate" ] }
1818tar = " 0.4"
19- xz = " 0.1"
19+ xz = { version = " 0.1" , package = " xz2 " }
2020serde = { version = " 1" , features = [" derive" ] }
2121serde_json = " 1"
2222glob = " 0.3"
You can’t perform that action at this time.
0 commit comments