diff --git a/Cargo.lock b/Cargo.lock index 216f7d9..5cbafa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,9 +1125,9 @@ dependencies = [ [[package]] name = "vita-newlib-shims" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3fec9c91703355d84c06e70b848171368912901cea077260a6361e1c22a170" +checksum = "6cb862f8cd2144086efba54e27a1e385d1c14de200ed4457395ff240bb139233" dependencies = [ "libc", ] diff --git a/crates/2-http-client/Cargo.toml b/crates/2-http-client/Cargo.toml index 6105123..f3a68e9 100644 --- a/crates/2-http-client/Cargo.toml +++ b/crates/2-http-client/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.11", default-features = false, features = ["json"] } tokio = { version = "1", features = ["macros", "rt", "net"] } oxhttp = { version = "0.2.0-alpha.1", features = ["rustls", "webpki-roots"] } ureq = { version = "2.7.1", default-features = false, features = ["gzip"] } -vita-newlib-shims = { version = "0.3", features = ["fcntl"] } +vita-newlib-shims = { version = "0.3" } [package.metadata.vita] title_id = "RUSTTEST2"