File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ dependencies = [
299299 " env_logger 0.7.1" ,
300300 " filetime" ,
301301 " flate2" ,
302- " fs2 " ,
302+ " fs3 " ,
303303 " fwdansi" ,
304304 " git2" ,
305305 " git2-curl" ,
@@ -1126,9 +1126,10 @@ dependencies = [
11261126]
11271127
11281128[[package ]]
1129- name = " fs2"
1130- version = " 0.4.3"
1131- source = " git+https://github.com/pfmooney/fs2-rs.git?branch=illumos-target#c6daa1e0a6bd46dab09049072768eaf31d654638"
1129+ name = " fs3"
1130+ version = " 0.4.4"
1131+ source = " registry+https://github.com/rust-lang/crates.io-index"
1132+ checksum = " e1414bd2d0abf7a529ec14e262441fb58b436fb4eac619b151086a338e3f2514"
11321133dependencies = [
11331134 " libc" ,
11341135 " winapi 0.3.8" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ cargo = { path = "src/tools/cargo" }
5656rustfmt-nightly = { path = " src/tools/rustfmt" }
5757
5858# Temporary cargo fixes
59- fs2 = { git = " https://github.com/pfmooney/fs2 -rs.git" , branch = " illumos-target " }
59+ # fs3 = { git = "https://github.com/oxidecomputer/fs3 -rs.git", branch = "master " }
6060socket2 = { git = " https://github.com/alexcrichton/socket2-rs.git" , rev = " 230d413459911812bb9647b697b681217aae008d" }
6161filetime = { git = " https://github.com/alexcrichton/filetime.git" , rev = " 937aa81f320078ba76021ec112df2e01671f58d8" }
6262# git2 = { git = "https://github.com/pfmooney/git2-rs.git", branch = "illumos-target" }
You can’t perform that action at this time.
0 commit comments