From 2176813f3883d7e656b1bbaf8e11946eef413a95 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Tue, 26 Sep 2023 23:49:17 +0300 Subject: [PATCH] Bumped shims in examples --- examples/2-http-client/Cargo.toml | 2 +- examples/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/2-http-client/Cargo.toml b/examples/2-http-client/Cargo.toml index 8a8e719..6e875ec 100644 --- a/examples/2-http-client/Cargo.toml +++ b/examples/2-http-client/Cargo.toml @@ -10,7 +10,7 @@ openssl = ["reqwest/native-tls"] [dependencies] anyhow = "1.0" -vita-newlib-shims = "0.2.0" +vita-newlib-shims = "0.2" reqwest = { version = "0.11", default-features = false, features = ["json"] } tokio = { version = "1", features = ["macros", "rt", "net"] } oxhttp = { version = "0.1.7" } diff --git a/examples/Cargo.lock b/examples/Cargo.lock index a7535d3..b2bb65e 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1075,9 +1075,9 @@ dependencies = [ [[package]] name = "vita-newlib-shims" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98bb712d99cce60dcd8614d285fb7bc418d700604cb5f4222e4d20ed3b510daa" +checksum = "82410d11383c2cb16bf587fadcfec7a79229271264ee8093ede6186a7e0b1d59" dependencies = [ "libc", ]