From 7eb11a7faaae817503077d3f5cbefbba8bd30eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Feb 2019 08:15:14 +0000 Subject: [PATCH] Update scoped-tls requirement from 0.1 to 1.0 Updates the requirements on [scoped-tls](https://github.com/alexcrichton/scoped-tls) to permit the latest version. - [Release notes](https://github.com/alexcrichton/scoped-tls/releases) - [Commits](https://github.com/alexcrichton/scoped-tls/compare/0.1.0...1.0.0) Signed-off-by: dependabot[bot] --- crates/test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/test/Cargo.toml b/crates/test/Cargo.toml index e867827d..1c13b09b 100644 --- a/crates/test/Cargo.toml +++ b/crates/test/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/rustwasm/wasm-bindgen" console_error_panic_hook = '0.1' futures = "0.1" js-sys = { path = '../js-sys', version = '0.3.14' } -scoped-tls = "0.1" +scoped-tls = "1.0" wasm-bindgen = { path = '../..', version = '0.2.37' } wasm-bindgen-futures = { path = '../futures', version = '0.3.14' } wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.37' }